package .apk in Microsoft Visual Studio 2010 using Mono for Android
I'm using Mono for Android and Microsoft Visual Studio Professional 2010 and created HelloMonodroid App. App is running fine in Emulator, when Project is configured to DEBUG. What i want 开发者_运维技巧to do now is build/package an .apk file in RELEASE mode. I followed the steps described on: Preparing Package
But i'm getting following error:
monodroid : error 1: This version of mandroid.exe does not support static compilation.
I'm using the evaluation/trial version of Mono for Android. Anybody knows what is wrong here? Thanks for help!
I'd guess that your version of monodroid doesn't support static compilation.
Or more usefully, since you're using a eval/trial version, it's probably crippled to prevent releases - to evaluate/trial it, you don't need to create a release version.
精彩评论