问题
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.
回答1:
To get the .apk set the build to Release mode and go to Project->Create Android Package
回答2:
In Xamarin version 6.3:
- Set your project configuration to "Release".
- Right click on your project -> Archive for Publishing.
Source:https://developer.xamarin.com/Guides/Android/Deployment,_Testing,_and_Metrics/publishing_an_application/Part_1_-_Preparing_an_Application_for_Release/#Archive_for_Publishing
来源:https://stackoverflow.com/questions/19195004/is-xamarin-studio-supposed-to-generate-an-apk-when-compiling-for-debug-target