
Xamarin App basic configuration

Visual Studio Configuration to Debug
AndroidManifest.xml
Open in editor xml (using Visual Studio)
android:debuggable=”true”
Project Propreties
- Set use Fast Deployment (in the image below is not set)
- Select apk

Visual Studio Configuration to Play store
AndroidManifest.xml
Open in editor xml (using Visual Studio)
android:debuggable=”false”
Project Propreties
- Remove use Fast Deployment
- Select bundle


