Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE?

后端 未结 10 1869
时光说笑
时光说笑 2020-12-10 11:18

When I run an android app from eclipse I meet this error and my app does not start:

Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE

10条回答
  •  -上瘾入骨i
    2020-12-10 11:26

    i solved it by adding the following line to the AndroidManifest.xml file in your app:

    android:installLocation="auto"
    

    ...it should be like this:

提交回复
热议问题