用模拟器跑,总是报这个错。
找了一下,发现是androidmanifest.xml中的位置导致的
修改为:auto
解决
找了一下,发现是androidmanifest.xml中的位置导致的
修改为:auto
解决
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="xxx.xxxx.xxxxx"
android:versionCode="1"
android:versionName="1.0" android:installLocation="auto">
本文介绍了一种常见的Android应用安装错误,即由于指定的安装位置不正确而导致的问题,并提供了解决方案,即将安装位置设置为auto。
2352

被折叠的 条评论
为什么被折叠?



