Search code examples
androidandroid-emulatorlocaleemulationqemu

Start two Android emulators with different locale


Most of the idea is in the title, I just would like to know if it is possible to start 2 emulators at the same time with 2 different locale (to test the I18n of my app). If there was a way of doing it in Eclipse, that would be greater...

Something like This


Solution

  • If you click the Button for starting the emulator in Eclipse (the litlle mobile phone) Eclipse should open a dialog that lets you choose which android virtual device (AVD) you want to start. You can create a second AVD in this dialog and then start them both after each other.

    Now you have to change the locale of one of the emulators to the wanted language. The emulator should save this settings so you have to configure this only once.