Partager via


.NET for Android error XA0131

Problème

The 'run-as' tool has been disabled on this device by the Manufacturer. Fast Deployment requires 'run-as' in order to function.

Solution

Either enable it by activating the developer options on the device or by setting 'ro.boot.disable_runas' to 'false'. If you are unable to activate the developer options you can disable Fast Deployment by setting EmbedAssembliesIntoApk = True in your .csproj. Ou désactivez-le Fast Deployment dans l’IDE. Vous pourrez toujours déboguer sur l’appareil, tous les fichiers requis seront empaquetés dans le .apk.