-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
google play console rejected due to java error #1736
Comments
Sorry, I have no idea what you mean... |
yes @adrai I know it's javascript project, but once we create build, code gets converted to java files. Everything is working fine upto internal testing but in when app sent for review in GPC then it gets rejected due to above issue. Not getting any error and all in dev mode. |
And why do you think that error is related to react-i18next? |
as the error is related to locales. |
Sorry, but I don't think this is at all related to react-i18next... |
99.99% not looking like related to react-i18next -> the error message seems more related to some call to some translation service needing source and target locale... https://forum.unity.com/threads/google-play-console-error-java.1510811/ even states more details: at mnb.bw
at exp.a (PG:9)
at exq.b
at com.google.android.apps.miphone.aiai.translate.settings.jobservice.AutoTranslateSettingJobService.onStopJob (PG:5)
at android.app.job.JobService$1.onStopJob (JobService.java:73)
at android.app.job.JobServiceEngine$JobHandler.handleMessage (JobServiceEngine.java:114) So it's reasonable to search what causes the error on |
I suggest repackaging and trying it out again |
@shaikhkhamroddin im having the exact same error. did you find out what was the issue? thanks |
@adrian-bowtie , app got successfully published. This issue is android internal OS issue, it's not related to our app development. |
dev, staging and internal testing working properly, but getting rejected from google play console due to below error :
Exception java.lang.RuntimeException: java.lang.IllegalStateException: Source and target locales are the same
at android.app.job.JobServiceEngine$JobHandler.handleMessage (JobServiceEngine.java:118)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:201)
at android.os.Looper.loop (Looper.java:288)
at android.app.ActivityThread.main (ActivityThread.java:7918)
at java.lang.reflect.Method.invoke
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:936)
Caused by java.lang.IllegalStateException: Source and target locales are the same
at mnb.bw
at exp.a (PG:9)
at exq.b
at com.google.android.apps.miphone.aiai.translate.settings.jobservice.AutoTranslateSettingJobService.onStopJob (PG:5)
at android.app.job.JobService$1.onStopJob (JobService.java:73)
at android.app.job.JobServiceEngine$JobHandler.handleMessage (JobServiceEngine.java:114)
Model - Pixel 7 Android 13 (SDK 33)
Release version - 13
SDK version - 33
ABI - arm64-v8a
OpenGL ES - 3.2
Here are some app build settings:
Min API Level - Android 10
Target API Level - Android 13 (API 33)
Arm
The text was updated successfully, but these errors were encountered: