Open xyang5987 opened 4 years ago
The answer is pretty simple: In your 'defaultConfig' section put a Version name in it. eg- versionName "1.2.3" After this, if you still getting error. provide a 'project.VERSION_CODE' under the version name. eg- versionCode Integer.parseInt(project.VERSION_CODE)
When I tried to import AndroidSwipeLayout to a project in Android Studio, I got the following message
Could not get unknown property 'ANDROID_BUILD_SDK_VERSION' for project ':library' of type org.gradle.api.Project.
Does anyone have any idea?