How do I restart an android emulator?

后端 未结 12 1056
执念已碎
执念已碎 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:54

    To start/stop or restart emulator follow these steps:

    using telnet on windows machine

    o localhost 5554

    avd start start

    or

    avd start restart

    or

    avd stop

提交回复
热议问题