Cannot change android system directory to rw

一笑奈何 提交于 2019-11-29 04:13:10

based on @raed-hosny answer I solve the problem with

$ emulator -writable-system -netdelay none -netspeed full -avd Nexus_5X_API_25

In your log you will have something like this

sh: 1: glxinfo: not found emulator: WARNING: System image is writable sh: 1: glxinfo: not found emulator: Listening for console connections on port: 5554 emulator: Serial number of this emulator (for ADB): emulator-5554

try to start emulator from terminal using -writable-system so you can mount /system as writable in the old way

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!