问题描述
我不想建立一个释放apk.我只是编译了我的Xamarin应用程序,选择了调试目标,然后我看我的/bin/debug/文件夹,我只看到.dll,.dll.mdb,.pdb文件,但没有.apk文件.
推荐答案
要获取.apk将构建设置为释放模式并转到Project-> Create Android软件包
其他推荐答案
在Xamarin版本6.3:
- 将项目配置设置为"释放".
- 右键单击您的项目 - >存档进行发布.
源: https://developer.xamarin.com/guides/android/deployment,_testing,_and_metrics/pullishing_an_application/part_1___preparing_an_application_for_release/#archive_for_publishing
问题描述
I don't want to build a release APK. I simply compile my xamarin app, with the Debug target selected, and then I look in my /bin/Debug/ folder and I only see .dll, .dll.mdb, .pdb files, but no .apk file.
推荐答案
To get the .apk set the build to Release mode and go to Project->Create Android Package
其他推荐答案
In Xamarin version 6.3:
- Set your project configuration to "Release".
- Right click on your project -> Archive for Publishing.