android studio模拟器安装apk空间不足

安装apk的时候报错:Installation failed with message Error: android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space.

说明:

  1. 环境:ubuntu + android-studio;
  2. 安装apk方法:adb install -t test.apk;
  3. android:installLocation="auto".
阅读 5.4k
1 个回答

创建模拟器时选择google play 的镜像,而不是google api。
如果还不行,就通过模拟器的设置手动改。那个有效用那个

推荐问题