DEV Community

Max Angelo Dapitilla Perin
Max Angelo Dapitilla Perin

Posted on

Answer: How to generate an .apk file from Xamarin.Forms Project using Visual Studio?

Try The Following Steps:

  1. You need to change Your Project Mode from debug to release.

  2. Rebuild your project.

  3. Go to Solution Explorer -> Android project (right click) --> Archive --> Distribute -- AdHoc --> Sign & Add Details --> Save As

The APK is Ready To Publish in Play Store

Top comments (0)