I’m trying to create programs for Android in C#. When I start an emulator and I click the debug button, the output says:
Deployment failed. The assembly directory could not be created.
Have I to have a permission in AndroidManifest.xml, that allows me to create directories and files?
Thanks for answers :).
I have a same problem too.
Try This:
In Project Properties > Build > Change the platform target into x86.
Then Rebuild again.
hope this help.