Reputation:
I'm working on android app and deploying on device n Release Mode when I'm executing app crashing instantly at launch while the same working in Debug Mode. What causes an issue? is there anything that I need to follow while building in release mode?
It says App MyAppName has stopped working unfortunately.
Upvotes: 2
Views: 3978
Reputation: 1544
I don't know what exactly issue it is, but I got workaround for this issue; to make it working you must delete your working app package from the following location:
File Manager > Android > Data > com.YourAppPackage.droid
After delete your exist package try to execute your app again. Hope It start rolling.
Cheers!!
Upvotes: 1