本文介绍了如何通过命令提示符在AVD中提供额外的分区大小?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要为/ system提供额外的分区大小作为root用户模拟器的先决条件。这只能通过命令行来完成
I need to provide extra partition size to /system as prerequisite for rooting android emulator. This can be done only through command-line
emulator -avd MyAndroid -partition-size 128 -no-snapshot-load
但是当我按Enter键执行命令时,会收到此错误:此AVD的配置缺少内核文件!!那是什么?怎么了?请帮帮我) - :
But when I press Enter to execute the command, receive this error: "This AVD's configuration is missing a kernel file!!" what's it? What's wrong? Please help me )-:
推荐答案
这篇关于如何通过命令提示符在AVD中提供额外的分区大小?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!