You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: