问题
I installed "monodevelop" IDE tool, Android SDK and other required tools on my windows xp. I started new sample helloworld project. Builds OK. I run this application and emulator comes up OK. But, I get this error when I deploy the application onto my device emulator.
Waiting for packaging processing to complete Getting package list from device Installing shared runtime package on device pkg: /data/local/tmp/Mono.Android.DebugRuntime-debug.apk Failure [INSTALL_FAILED_MEDIA_UNAVAILABLE] 91 KB/s (25866358 bytes in 274.882s) Failed to install shared runtime package
I appreciate any help to resolve this issue.
回答1:
I had the same problem, first time i gave the same error, the next time i run, it start to install another package. the 4th time i run, it executed successfully. Good luck
回答2:
One possible cause of this error might be that you don't have enough space on the emulator.
来源:https://stackoverflow.com/questions/9637388/monodevelop-helloworld-app-fail-to-install