If you are like me, when building the mobile app with Xamarin Visual Studio plugin, you get below exeception:
Deployment failed due to an error in FastDev assembly synchronization, or FailedToSynchronizeFastDevAssemblies —> Mono.AndroidTools.AdbException: Permission denied
Try below action to solve this:
-
Select the project in solution explorer
- Press Alter + Enter or right click on the project > Properties menu item
- Go to left column, select “Android Options” tab, uncheck the check box “Use Fast Deployment”
Rebuild & Run. That is it!
Filed under: Android Tagged: error, exception, FailedToSynchronizeFastDevAssemblies, FastDev, how to, Mono.AndroidTools.AdbException, Permission denied, solve, visual studio, Xamarin
