Search code examples
apkxamarin-studio

Is Xamarin Studio supposed to generate an APK when compiling for debug target?


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.


Solution

  • To get the .apk set the build to Release mode and go to Project->Create Android Package