Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/206.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 仿真器内核;重新启动失败--系统已停止“;_Android_Android Emulator - Fatal编程技术网

Android 仿真器内核;重新启动失败--系统已停止“;

Android 仿真器内核;重新启动失败--系统已停止“;,android,android-emulator,Android,Android Emulator,我正在emulator上运行以下命令集:- adb -s emulator-5556 root adb -s emulator-5556 remount adb -s emulator-5556 push build.prop /system/ adb -s emulator-5556 shell sync adb -s emulator-5556 shell reboot (also tried simple reboot) 它在emulator内核中返回以下错误跟踪: Emergency

我正在emulator上运行以下命令集:-

adb -s emulator-5556 root
adb -s emulator-5556 remount
adb -s emulator-5556 push build.prop /system/
adb -s emulator-5556 shell sync
adb -s emulator-5556 shell reboot (also tried simple reboot)
它在emulator内核中返回以下错误跟踪:

Emergency Remount complete
Restarting system with command ''.
Reboot failed -- System halted
我是通过以下方式启动模拟器的:-

emulator -writable-system -avd test -no-window -no-audio -gpu swiftshader_indirect -show-kernel
但是在reboot命令之后,它会在重新启动失败时停止,终止进程并打开系统也不起作用

如何成功重新启动仿真器