Installation failed with message Error: android.os.ParcelableException: java.io.IOException: Request

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

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

android:installLocation="preferExternal"

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

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

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

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

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

发布了159 篇原创文章 · 获赞 30 · 访问量 6万+

猜你喜欢

转载自blog.csdn.net/beyondforme/article/details/104197014