摘要: 问题描述:使用eclipse编译程序,在android手机上运行,报错如下:Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLEPlease check logcat output for more details.Launch canceled!解决方案:使用adb shell命令让手机自己选择安装在哪里。命令如下:adb shellpm set-install-location 0注:不同的set-install-location说明:pm set-install-location 0 由App自行决定软件能否安装在SD卡pm set-i 阅读全文
posted @ 2013-12-11 13:59 Liu Siyuan 阅读(625) 评论(0) 推荐(0)