Closed snowdream closed 8 years ago
Solution 1: upgrade the android plugin to the lastest version. http://tools.android.com/tech-docs/new-build-system
Solution 2: Add the following code in the build.gradle of the top project.
buildscript {
System.properties['com.android.build.gradle.overrideVersionCheck'] = 'true'
...
}
Question: