Reputation: 13
The APK is created once I tried to install the APK on the mobile devices it installs but it doesn't open in the android 6.0 and in the android 5.1 doesnt even install.
The Devices OS are
Android 5.1 -API 22
Android 6.0 - API 23
MY test device are
Android 5.1 using xamarin live player
Android Emulator 6.0
both of them works fine but when I have created the APK it doesn't even work.
This is the build information
I have also adjusted the target framework to 8.0 and 8.1 but still it doesn't work.
Output
Build Output
Upvotes: 0
Views: 194
Reputation: 321
There must be two .APK files in your bin folder.
Use Signed one to run it on Device.
Upvotes: 1