Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CoreComponentFactoryDidn't find class "android.support.v4.app.CoreComponentFactory"

Tags:

android

crash

I got sudden crash in my google pixel 2 having android 9 version. Is there any hint what is the reason behind that and it is not reproducible every time.

detail logs...

Didn't find class "android.support.v4.app.CoreComponentFactory" on path: DexPathList[[zip file "/data/app/com.google.android.deskclock-o_Iury9TRKVebStZjRrd0g==/base.apk"],nativeLibraryDirectories=[/data/app/com.google.android.deskclock-o_Iury9TRKVebStZjRrd0g==/lib/arm64, /system/lib64]]

like image 723
Query Avatar asked Feb 04 '19 18:02

Query


1 Answers

Just clean the build and run it will go away

like image 50
44kksharma Avatar answered Sep 29 '22 03:09

44kksharma