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
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.
In Android Studio go to:
Tools > Android > AVD Manager
you can try
emulator @avd_name -no-snapshot-load
it will clean load the device it worked for me.
In my case, a cold boot was required after the emulator got stuck. It can be found in the Android Virtual Device Manager.
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
in eclipse in the top most right u will find DDMS go i there, left side you will find Devices and in that in the last you will find a triangle downwards press that in that you will find Reset adb.