由于android应用安装在手机的rom或sdcard中,当没有sdcard的时候,会出现这种错误
AndroidManifest.xml中配置
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto" ></mainfest>
android:installLocation="auto" ></mainfest>
此行是配置让Android系统自行决定应用的安装位置。
android手机调试,显示应用安装错误:INSTALL_FAILED_MEDIA_UNAVAILABLE,布布扣,bubuko.com