1-"out of memory"问题
原因:在使用命令“emulator @avdname”时候没有给模拟器指定一个大小
解决方案:使用“emulator @avdname -partition-size 128”即可
2-“read only”问题
原因:权限不够问题
解决:执行“adb remount”即可
原因:在使用命令“emulator @avdname”时候没有给模拟器指定一个大小
解决方案:使用“emulator @avdname -partition-size 128”即可
2-“read only”问题
原因:权限不够问题
解决:执行“adb remount”即可