After upgrading Android Studio to Iguana. When I run app, build starts executing and build successful after that android studio through error message Installation failed suggested action: Retry.
I’ve tried several solutions incl.
- Clean Build.
- Invalidate Cache and Restart.
- Redownloaded Android SDK
- Uninstall and Redownload Android Studio with Clear all android files from my mac
2
Answers
Same problem here. Also tried about everything.
Now reverted to Hedgehog and the problem is gone.
[edit] Google now has a P1 bug for this: https://issuetracker.google.com/issues/327740540
To resolve this issue you have to remove space in APK file naming if you are giving a specific name to your build APK example.
this is my old code which is creating the issue
And this is the solution
I have removed all the spaces from the final APK name and everything is working fine.