StykPohlavsson
StykPohlavsson

Reputation: 306

Xamarin.Android | Deployment error when debugging on physical device

enter image description hereWhen I try to run my app on Samsung S4 mini(Android 4.4 - API 19) the deployment fails and gives me a window which asks me to continue with buttons 'Yes' or 'No'. But when I run it on Xamarin Android Player emulator Nexus 5(Android 5.1 - API 22) it runs just fine. Is there a problem with my API?

Upvotes: 0

Views: 129

Answers (1)

Uchenna Nnodim
Uchenna Nnodim

Reputation: 484

If you have any background thread or external task in your program, try running it on the UI thread so that you can get the reason for the errors, if there are errors emanating from there.

Upvotes: 1

Related Questions