-
Notifications
You must be signed in to change notification settings - Fork 145
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
Resources$NotFoundException on Google Play console pre-launch report #98
Comments
Thanks for the report. I'm not sure if the library if really the cause of this error. Can you please try and find the string resource behind #0x3040002 ? I think you can use the APK analyzer in Android Studio with your APK. |
You are probably right. I was not able to locate that resource. |
Getting the same error, also with this library on Android 5.0 pre-launch report Test ID 1 720 × 1280 300 seconds Seems the library is using this value somehow but it can't be found. |
Device: Huawei Y6 TIT-AL00
|
Unless this happens on a real device and can be reproduced I'm not gonna investigate further. Please comment if this is somehow reproducible on a real device. |
|
This seems to be a bug with appcompat 1.1.0: https://issuetracker.google.com/issues/141132133 |
Screen Size: 720 × 1280
Screen Density (dpi): 320
Model Name: P8 Lite
RAM: 2048 MB
Manufacturer: Huawei
OpenGL ES Version: 2.0
Android Version: Android 5.0
Native Platform: armeabi-v7a
Locale: en_US
CPU Make: HiSilicon
CPU Model: Hi6220
Stacktrace:
FATAL EXCEPTION: ControllerMessenger Process PID: 18867 android.content.res.Resources$NotFoundException: String resource ID #0x3040002 at android.content.res.HwResources.getText(HwResources.java:1252) at android.content.res.Resources.getString(Resources.java:374) at com.android.org.chromium.content.browser.ContentViewCore.setContainerView(ContentViewCore.java:948) at com.android.org.chromium.content.browser.ContentViewCore.initialize(ContentViewCore.java:848) at com.android.org.chromium.android_webview.AwContents.createAndInitializeContentViewCore(AwContents.java:649) at com.android.org.chromium.android_webview.AwContents.setNewAwContents(AwContents.java:788) at com.android.org.chromium.android_webview.AwContents.<init>(AwContents.java:635) at com.android.org.chromium.android_webview.AwContents.<init>(AwContents.java:573) at com.android.webview.chromium.WebViewChromium.initForReal(WebViewChromium.java:315) at com.android.webview.chromium.WebViewChromium.access$100(WebViewChromium.java:100) at com.android.webview.chromium.WebViewChromium$1.run(WebViewChromium.java:267) at com.android.webview.chromium.WebViewChromium$WebViewChromiumRunQueue.drainQueue(WebViewChromium.java:127) at com.android.webview.chromium.WebViewChromium$WebViewChromiumRunQueue$1.run(WebViewChromium.java:114) at com.android.org.chromium.base.ThreadUtils.runOnUiThread(ThreadUtils.java:144) at com.android.webview.chromium.WebViewChromium$WebViewChromiumRunQueue.addTask(WebViewChromium.java:111) at com.android.webview.chromium.WebViewChromium.init(WebViewChromium.java:264) at android.webkit.WebView.<init>(WebView.java:548) at android.webkit.WebView.<init>(WebView.java:483) at android.webkit.WebView.<init>(WebView.java:466) at android.webkit.WebView.<init>(WebView.java:453) at android.webkit.WebView.<init>(WebView.java:443) at de.psdev.licensesdialog.LicensesDialog.createWebView(LicensesDialog.java:178) at de.psdev.licensesdialog.LicensesDialog.create(LicensesDialog.java:79) at de.psdev.licensesdialog.LicensesDialog.show(LicensesDialog.java:162)
The text was updated successfully, but these errors were encountered: