Guest User

Untitled

a guest
Jan 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Привет всем! Обновился с 2.3.3 версии AS, теперь вылезают эти ошибки(картинка). Gradle
  2.  
  3. apply plugin: 'com.android.application'
  4.  
  5. android {
  6. compileSdkVersion 27
  7. defaultConfig {
  8. applicationId "ru.android.start.listviewsample"
  9. minSdkVersion 21
  10. targetSdkVersion 27
  11. versionCode 1
  12. versionName "1.0"
  13. testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
  14. }
  15. buildTypes {
  16. release {
  17. minifyEnabled false
  18. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  19. }
  20. }
  21. buildToolsVersion '27.0.3'
  22. productFlavors {
  23. }
  24. }
  25.  
  26. dependencies {
  27. implementation fileTree(include: ['*.jar'], dir: 'libs')
  28. implementation 'com.android.support:appcompat-v7:27.0.3-beta1'
  29. implementation 'com.android.support.constraint:constraint-layout:1.0.2'
  30. testImplementation 'junit:junit:4.12'
  31. androidTestImplementation 'com.android.support.test:runner:0.5'
  32. androidTestImplementation 'com.android.support.test.espresso:espresso-core:2.2.2'
  33. }[![Вот эти ошибки][1]][1]
Add Comment
Please, Sign In to add comment