When I run an android app from eclipse I meet this error and my app does not start:
Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE
i solved it by adding the following line to the AndroidManifest.xml file in your app:
android:installLocation="auto"
...it should be like this: