zoukankan      html  css  js  c++  java
  • INSTALL_FAILED_INSUFFICIENT_STORAGE 的解决方法

    今天用真机测试,出现了下面的情况 , 网上找了好多情况 , 都感觉比较费事,没什么效果,报错依旧, 

    [2013-08-06 16:31:04 - Flashlight] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

    [2013-08-06 16:31:04 - Flashlight] Please check logcat output for more details.

    [2013-08-06 16:31:04 - Flashlight] Launch canceled!

    解决方法一:

    试试修改一下manifest文件 :添加一句:  android:installLocation="preferExternal"

    <span style="font-size:12px;"><manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.app.flashlight"
    android:installLocation="preferExternal"
    android:versionCode="1"
    android:versionName="1.0" ></span>

    即修改下安装位置 就OK了. 

    其他情况:

    使用模拟器测试的,则可以试一试:

    进入到模拟器中,点击settings->applications->mange
    applications-> select the application->select “uninstall”,将启动的软件删除掉,下次就可以成功启动。

  • 相关阅读:
    使用XStream解析xml
    分享功能
    上拉加载 下拉刷新
    点击button倒计时
    正则表达式验证手机号码
    第三方登陆
    test
    横向滑动菜单HorizontalScrollView
    slidingmenu侧滑侧单
    2017/4/25 afternoon
  • 原文地址:https://www.cnblogs.com/vijozsoft/p/4832285.html
Copyright © 2011-2022 走看看