android - Is there a way to set AVD Default Language when creating on command line? -


i setup couple of robotium tests , stuff our ci. everthing works fine far. cant figure out how can define default language avd creating.

i read managing avd there no option listed this.

how when robotium tests make use of "searchtext" feature, fail because emulator runs on different language ?

using android avd command don't show option that. had quick in config files for avds created , there no language setting.

here 1 way switch language after emulator started:

adb shell broadcast -a com.android.intent.action.set_locale --es com.android.intent.extra.locale en

source


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -