码迷,mamicode.com
首页 > 其他好文 > 详细

Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE

时间:2015-03-30 16:35:34      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:

问题描述:

用eclipse编译程序,然后在android手机上运行,报错如下:

[2014-06-21 12:56:17 - xmobile17] Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE

[2014-06-21 12:56:17 - xmobile17] Please check logcat output for more details.

[2014-06-21 12:56:18 - xmobile17] Launch canceled!

使用logcat查看log,显示错误如下:

NOTE: attach of thread ‘Binder Thread #3‘ failed

原因是某些应用程序(如360、91手机助手)造成手机无法在SD卡上安装程序

 

解决方法:

卸载这些垃圾软件,或者使用adb shell让手机自己选择安装在哪里,命令如下:

adb shell

pm setInstallLocation 0

PS.不同的setInstallLocation说明:

pm setInstallLocation 0 由App自行决定软件能否安装在SD卡

pm setInstallLocation 1 强制全部App安装在ROM内

pm setInstallLocation 2 强制全部App安装在SD卡


PS:如果是手机连接PC的模式,选择了存储模式,导致找不到存储卡,也会报此错误

Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE

标签:

原文地址:http://blog.csdn.net/love_xsq/article/details/44750795

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!