Is the app ready for Google Play? Check link
Else
Open Project Properties> Android Settings
Set the configuration to "Release"
In the "Packaging" tab, disable:
- Custom runtime
- Generate one package (.apk) for the selected ABI
* In the "Advanced" tab, disable:
* Make sure all hands are checked.
If you are using Visual Studio 2017 (15.0.0 + 26228.9), you can simply change the build to the AppStore. Then deploy it to the target device.
You can find 2 APKs generated by Visual Studio 2017:
<i> /project-folder/bin/Release/my-app.apk>
<i> /project-folder/bin/Release/my-app-Signed.apk
Signed APKs are debugging APKs used by visual studio.
source share