开发者

package .apk in Microsoft Visual Studio 2010 using Mono for Android

开发者 https://www.devze.com 2023-02-24 07:27 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消