现在的位置: 首页 > 综合 > 正文

INSTALL_FAILED_INSUFFICIENT_STORAGE错误解决方法

2013年12月07日 ⁄ 综合 ⁄ 共 244字 ⁄ 字号 评论关闭

在manifest里加上android:installLocation="preferExternal"即可

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

    package="test.sam.jni"
    android:versionCode="1"
    android:versionName="1.0"
    android:installLocation="preferExternal" >

抱歉!评论已关闭.