Guest User

Untitled

a guest
Oct 17th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Error: Gradle project sync failed. Please fix your proyect and try again
  2.  
  3. Error:(5, 0) Could not get unknown property 'TARGET_SDK_INT' for object of type com.android.build.gradle.LibraryExtension.
  4.  
  5. android {
  6. compileSdkVersion 25
  7. buildToolsVersion "25.0.3"
  8.  
  9. defaultConfig {
  10. minSdkVersion Integer.parseInt(MIN_SDK_INT)
  11. targetSdkVersion 25
  12. versionCode = Integer.parseInt(VERSION_CODE)
  13. versionName = VERSION_NAME
  14. }
  15. }
Add Comment
Please, Sign In to add comment