1

Yesterday I was able to build apk files. Since I have add lots of pictures and ressources to theme the app, and when I want to test it on my device, Visual Studio build me one app that crash.

I set the "Release" mode, I go to TOOL>Publish application, I create a keystore and I build the apk.

I put the code to "Disable Debugging" and I've made the manifest.

When I tried to install it, it works, but the app crash.

The application works perfectly with the emulator.

The weight hasn't really change (some Ko) but the app MUST be bigger because of all the pictures I've put, so something is wrong...

Thanks to help me :-)

clement
  • 4,204
  • 10
  • 65
  • 133
  • You may try to debug using the `adb` and see what exactly is happening when your app crashes. Maybe post that log to help people try to figure out exactly what is going on. – Bryan Apr 16 '13 at 22:41

1 Answers1

5

I unchecked the "Use Shared Runtime" in the properties>Mono android options:

mono android options

clement
  • 4,204
  • 10
  • 65
  • 133