Kennex Masaoy
Kennex Masaoy

Reputation: 13

xamarin APK successful but it doesn't even open

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

Answers (1)

Karan Rami
Karan Rami

Reputation: 321

There must be two .APK files in your bin folder.

  1. projectname.Droid.Apk
  2. projectname.Droid-Signed.Apk

Use Signed one to run it on Device.

Upvotes: 1

Related Questions