-
Notifications
You must be signed in to change notification settings - Fork 121
MVP template not working in android 3.0 #9
Comments
Hi there, Indeed Android Studio 3.0 on macOS changes the way the app is signed and thus you cannot change any file inside the app bundle without breaking the signature. I have a temporary workaround that consists in un-signing the app:
You can now execute Android Studio 3.0 and it should work !
|
Note that the method described in my previous answer seems to kinda break the auto update process. The window tells that update is impossible but it seems to be working, it needs to be examinated |
I've followed your instruction @benoitletondor
|
Hi @asrulsibaoel, I checked your report and made a little fix, it's released with the 2.2.2 tag. You can pull the last code from the repo and it should work ok now. Thank you for reporting the issue. |
Following the instructions, you have on the homepage. When I copied the MVP activities to the android studio directory the Android Studio Application got damaged. However, when I followed the same instruction on android 2.3 everything went well.
The text was updated successfully, but these errors were encountered: