Android:versioncode Not Found After Update
I've updated Android Studio to the latest canary my app wont build now. I tried adding version code manually. I already tried File > Invalidate Caches & Restart and it di
Solution 1:
EDIT:
This bug was resolved in the last Canary release:
Android Studio 3.0 Canary 4 Build #AI-171.4101728, built on June 14, 2017 JRE: 1.8.0_112-release-736 amd64
Just update android studio.
--
Disable instant run in Android Settings. It seems to be no solution to this problem with the instant run on, for now.
I tried all the solutions pointed out in this thread and nothing worked:
Android Studio 3.0 Canary 2: attribute 'android:versionCode' not found
Post a Comment for "Android:versioncode Not Found After Update"