Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

'Chrome has stopped' #2

Open
PinhaEsquilo opened this issue Sep 25, 2018 · 1 comment
Open

'Chrome has stopped' #2

PinhaEsquilo opened this issue Sep 25, 2018 · 1 comment

Comments

@PinhaEsquilo
Copy link

PinhaEsquilo commented Sep 25, 2018

Why i getting the error 'Chrome has stopped'?
When i run your project works perfectly but when i implementing on my project EVERY TIME chrome crashes.

my Logcat says:

--------- beginning of crash 2018-09-25 04:29:05.744 7582-7582/com.android.chrome:sandboxed_process0 E/AndroidRuntime: FATAL EXCEPTION: main Process: com.android.chrome:sandboxed_process0, PID: 7582 android.content.res.Resources$NotFoundException: Array resource ID #0x7f030009 at android.content.res.Resources.obtainTypedArray(Resources.java:618) at android.content.res.Resources.preloadFonts(Resources.java:380) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5769) at android.app.ActivityThread.-wrap1(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1656) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6494) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) at com.android.internal.os.WebViewZygoteInit.main(WebViewZygoteInit.java:146)

@nikolajakshic
Copy link
Owner

nikolajakshic commented Sep 30, 2018

There is a reported issue with Android System WebView when using preloaded fonts. We need to wait for the Android Team to fix that.

Temporary workaround is to remove preloaded fonts from the manifest file:

<meta-data
    android:name="preloaded_fonts"
    android:resource="@array/preloaded_fonts" />

Repository owner deleted a comment from PinhaEsquilo Oct 1, 2018
Repository owner deleted a comment from PinhaEsquilo Oct 1, 2018
Repository owner deleted a comment from PinhaEsquilo Oct 1, 2018
Repository owner deleted a comment from PinhaEsquilo Oct 1, 2018
Repository owner deleted a comment from PinhaEsquilo Oct 1, 2018
Repository owner deleted a comment from PinhaEsquilo Oct 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants