Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locale changer do not work on Android8 #76

Open
navnathkarche opened this issue May 15, 2018 · 3 comments
Open

Locale changer do not work on Android8 #76

navnathkarche opened this issue May 15, 2018 · 3 comments

Comments

@navnathkarche
Copy link

navnathkarche commented May 15, 2018

Locale changer do not change Android8-Emulator.
I have tried change locale using setLocale method and this method not able to change locale on Android8 devices.

OS: Android8
device: Emulator

@Kisty
Copy link
Contributor

Kisty commented May 16, 2018

Do you get an error in the logs? If so, can you send it? Also I guess it's an emulator with Google APIs, therefore test butler can't be used. See #71

Try using another emulator image with a different API level such as 7.0. This is a limitation due to the Android project #71 (comment). If they release an emulator version without Google APIs we wouldn't have this problem. Best think I can advise is that you submit a bug on the Android tracker at b.android.com for an AOSP Oreo emulator image. Sorry, I can't be of more help.

@Kisty
Copy link
Contributor

Kisty commented May 16, 2018

Have posted a bug myself about Oreo emulator on the Android bug tracker. Star it if you want to vote for it. https://issuetracker.google.com/issues/79784000

@navnathkarche
Copy link
Author

@Kisty I have found the root cause https://proandroiddev.com/change-language-programmatically-at-runtime-on-android-5e6bc15c758 that causes fails to set Locale in >=Android8.

Question: Are you able to change locale on Android8 and above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants