码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2014-05-26 10:03:56      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:android   style   c   class   code   http   

 

由于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

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

标签:android   style   c   class   code   http   

原文地址:http://www.cnblogs.com/eric-d/p/3747296.html

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