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
Comments
Post a Comment