i have a problem with installing my app via APK. The app works fine on multiple devices when i install it with Android studio, or when i run it via emulator, but when i generate APK file, put it in my phone and try to manually install it, main activity gets opened and when i click any button it just crashes.
Asked
Active
Viewed 60 times
1
-
5Use LogCat to examine the Java stack trace associated with the crash. – CommonsWare May 07 '18 at 23:24
-
It would be difficult for anyone to help you without seeing that stack trace. See [Unfortunately MyApp has stopped. How can I solve this?](https://stackoverflow.com/q/23353173/2745495). – Gino Mempin May 07 '18 at 23:37
-
How do you generate APK file? – Sagar May 08 '18 at 01:30
-
Disable instant Run then Build -> Make Project. You will able to install the apk after it. – ישו אוהב אותך May 08 '18 at 05:20