Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Issue
The application does not have the 'android:debuggable' attribute set in the 'AndroidManifest.xml'. This is required in order for Fast Deployment to work. This is normally enabled by default by the .NET for Android build system for Debug builds.
Solution
Please check that you do not have the 'android:debuggable' attribute set on the 'application' element in your 'AndroidManifest.xml'. If you have a class that derives from 'Android.App.Application' and are using the '[Application]' make sure the 'Debuggable' property is not set at all as it will override the value for debug builds. If neither of these solutions work please raise an issue at https://github.com/xamarin/xamarin-android/issues/new/choose.