How do I restart an android emulator?

后端 未结 12 1030
执念已碎
执念已碎 2021-01-31 14:56

I\'m basically trying to do this: Changing the Android emulator locale automatically

Everything works up until \'start\'. the emulator starts to boot but keeps loading

12条回答
  •  [愿得一人]
    2021-01-31 15:48

    you can restart the emulator from adb shell, start the emulator and also adb shell in the terminal.

    start Starts (restarts) an emulator/device instance.
    stop Stops execution of an emulator/device instance.

提交回复
热议问题