关于INSTALL_FAILED_MEDIA_UNAVAILAB
2017-03-14 本文已影响284人
Andy周
今天上午发现此问题
Google之
解决办法
adb shell
pm set-install-location 0 //由App自行决定软件能否安装在SD卡
pm set-install-location 1 //强制全部App安装在ROM内
pm set-install-location 2 //强制全部App安装在SD卡
亲测可行!!!
参考:
http://stackoverflow.com/questions/9273526/installation-error-install-failed-media-unavailable