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

Android-Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

时间:2014-09-28 14:25:12      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:android   blog   http   io   sp   2014   on   c   log   

在andorid进行调试的过程中,出现下面的错误:

bubuko.com,布布扣

解决方法:

修改一下应用程序描述符:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"

    package="com.example.helloword"

    android:installLocation="auto"

    android:versionCode="1"

    android:versionName="1.0" >

bubuko.com,布布扣

修改上面的参数就可以了。

 

Android-Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

标签:android   blog   http   io   sp   2014   on   c   log   

原文地址:http://www.cnblogs.com/dekevin/p/3997846.html

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