美文网首页
Installation failed with message

Installation failed with message

作者: 张漂亮1号 | 来源:发表于2020-02-06 15:31 被阅读0次

    使用cordova安装安卓手机,报错信息如下:

    Installation failed with message Error: android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space
    需要在清单增加

    android:installLocation="preferExternal"
    
    image

    如果还不能安装,就清理下手机内存即可

    更多详解:
    喜欢可以加Q群号:913934649,点赞,评论;

    简书: https://www.jianshu.com/u/88db5f15770d

    csdn:https://me.csdn.net/beyondforme

    掘金:https://juejin.im/user/5e09a9e86fb9a016271294a7

    相关文章

      网友评论

          本文标题:Installation failed with message

          本文链接:https://www.haomeiwen.com/subject/czcuxhtx.html