I get some exceptions on my Android project. When I start the project, I get these exceptions. App doesn't crash on emulator. But on Google play developer console, there are lots of crash because of these exceptions
I tried everything. Now I tried to get rid of this problem with using androidX and com.android.support but didn't work! Also, there is no answer on stack overflow to solve the issue.
Here it is error message I get
2019-07-08 20:53:41.628 15998-15998/com.packete name I/zygote: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/com.packete name-LZ0pkpz1KqBv7BPInTJnWw==/base.apk"],nativeLibraryDirectories=[/data/app/com.packete name-LZ0pkpz1KqBv7BPInTJnWw==/lib/x86, /system/lib, /vendor/lib]]
2019-07-08 20:53:41.628 15998-15998/com.packete name I/zygote: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125) 2019-07-08 20:53:41.629 15998-15998/com.packete name I/zygote: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/com.packete name-LZ0pkpz1KqBv7BPInTJnWw==/base.apk"],nativeLibraryDirectories=[/data/app/com.packete name-LZ0pkpz1KqBv7BPInTJnWw==/lib/x86, /system/lib, /vendor/lib]]
2019-07-08 20:53:41.629 15998-15998/com.packete name I/zygote: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
2019-07-08 20:53:41.630 15998-15998/com.packete name I/zygote: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/com.packete name-LZ0pkpz1KqBv7BPInTJnWw==/base.apk"],nativeLibraryDirectories=[/data/app/com.packete name-LZ0pkpz1KqBv7BPInTJnWw==/lib/x86, /system/lib, /vendor/lib]]
2019-07-08 20:53:41.630 15998-15998/com.packete name I/zygote: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
2019-07-08 20:53:42.011 15998-15998/com.packete name I/zygote: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.webkit.TracingController" on path: DexPathList[[zip file "/data/app/com.android.chrome-feJOv4zSelnFLK27fJNkiw==/base.apk"],nativeLibraryDirectories=[/data/app/com.android.chrome-feJOv4zSelnFLK27fJNkiw==/lib/x86, /data/app/com.android.chrome-feJOv4zSelnFLK27fJNkiw==/base.apk!/lib/x86, /system/lib, /vendor/lib]]
2019-07-08 20:53:42.011 15998-15998/com.packete name I/zygote: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)