I just started Xamarin and trying to explore it. I made an app and trying to install it on Motorola ET1 device but i am getting following error:
Detecting installed packages
Removing old runtime
Installing shared runtime
Removing old runtimes
Installing shared runtime
Installing platform framework
Removing previous version of application
Installing application on device
Synchronizing assemblies
Deployment failed because the FastDev assembly directory could not be created.
Deployment failed. FastDev directory creation failed.
I installed the same app on my Galaxy S3 and it worked fine there. I am using mac for development. I googled and found that disabling fast development helps but i could not find where to disable that in Xamarin Studio on mac. Why can not i install this app on Motorola ET1. And how can i do it? Thanks in advance.
Disabling Fast assembly deployment in Build/Android Build/Packaging solved my problem.