user5418394
user5418394

Reputation:

App Crashing in release mode at launch Xamarin Android

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

Answers (1)

Mohammad Riyaz
Mohammad Riyaz

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

Delete Package

After delete your exist package try to execute your app again. Hope It start rolling.

Cheers!!

Upvotes: 1

Related Questions