android手机调试,显示应用安装错误:INSTALL_FAILED_MEDIA_UNAVAILABLE

时间:2014-05-26 10:03:56   收藏:0   阅读:260

 

由于android应用安装在手机的rom或sdcard中,当没有sdcard的时候,会出现这种错误

 

AndroidManifest.xml中配置

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
   android:installLocation="auto" ></mainfest>

此行是配置让Android系统自行决定应用的安装位置。

android手机调试,显示应用安装错误:INSTALL_FAILED_MEDIA_UNAVAILABLE,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!