Issues in upgarding to Android Studio v2.3
miankhalid opened this issue · 1 comments
miankhalid commented
Problem
After upgrading Android Studio to v2.3.x and with it the various libraries, we have been encountering the following error:
Error:Execution failed for task ':OpenEdXMobile:validateSigningDevRelease'.
Keystore file /$HOME/edx-app-android/OpenEdXMobile/edx-android-release-key.keystore not found for signing config 'releasekey'.
Solution
- Change the build variant to
devDebuggable
.
-
Following any steps from the ones mentioned below would work:
-
Refresh all Gradle projects. (View -- > Tool Windows --> Gradle from Android Studio's top menu bar) [By pressing the blue recycle icon in the snapshot below]
miankhalid commented
Marking this as resolved.