Reputation: 4266
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 :-)
Upvotes: 1
Views: 3683
Reputation: 4266
I unchecked the "Use Shared Runtime" in the properties>Mono android options:
Upvotes: 5