Skip to content
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

Doesn't work, logcat shows runtime error java.lang.NoClassDefFoundError #1

Open
ultra-taco opened this issue Feb 8, 2019 · 0 comments

Comments

@ultra-taco
Copy link

ultra-taco commented Feb 8, 2019

Your app doesnt work on my machine. Running on Pixel 2 emulator API 26, compiled on my Windows 10 machine with Android Studio 3.3

Stack trace is as follows:

2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote: Rejecting re-init on previously-failed class java.lang.Class<android.support.v4.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener;
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2341)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.widget.ActionBarContainer.<init>(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:62)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:607)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void threadpriority.com.threadprioritysample.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:13)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6975)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1213)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2892)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1593)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Looper.loop() (Looper.java:164)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6541)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:767)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/base.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_dependencies_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_resources_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_0_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_1_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_2_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_3_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_4_apk.ap
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:93)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2341)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.widget.ActionBarContainer.<init>(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:62)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:607)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void threadpriority.com.threadprioritysample.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:13)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6975)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1213)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2892)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1593)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Looper.loop() (Looper.java:164)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6541)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:767)
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method java.lang.Class java.lang.VMClassLoader.findLoadedClass(java.lang.ClassLoader, java.lang.String)
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable)
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample I/zygote: Rejecting re-init on previously-failed class java.lang.Class<android.support.v4.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener;
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2341)
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.widget.ActionBarContainer.<init>(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:62)
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:607)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void threadpriority.com.threadprioritysample.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:13)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6975)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1213)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2892)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1593)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Looper.loop() (Looper.java:164)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6541)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:767)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/base.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_dependencies_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_resources_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_0_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_1_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_2_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_3_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_4_apk.ap
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:93)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2341)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.widget.ActionBarContainer.<init>(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:62)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:607)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void threadpriority.com.threadprioritysample.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:13)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6975)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1213)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2892)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1593)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Looper.loop() (Looper.java:164)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6541)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:767)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote: Rejecting re-init on previously-failed class java.lang.Class<android.support.v4.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener;
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2341)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.widget.ActionBarContainer.<init>(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:62)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:607)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void threadpriority.com.threadprioritysample.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:13)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6975)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1213)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2892)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1593)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Looper.loop() (Looper.java:164)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6541)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:767)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/base.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_dependencies_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_resources_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_0_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_1_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_2_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_3_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_4_apk.ap
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:93)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2341)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.widget.ActionBarContainer.<init>(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:62)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:607)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void threadpriority.com.threadprioritysample.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:13)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6975)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1213)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2892)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1593)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Looper.loop() (Looper.java:164)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6541)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:767)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader)
2019-02-07 20:33:09.926 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable)
2019-02-07 20:33:09.937 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader)
2019-02-07 20:33:09.974 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable)
2019-02-07 20:33:09.975 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader)
2019-02-07 20:33:10.015 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable)

@ultra-taco ultra-taco changed the title Doesn't work, logcat shows java.lang.NoClassDefFoundError Doesn't work, logcat shows runtime error java.lang.NoClassDefFoundError Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant