android / sunflower

A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.
https://d.android.com/jetpack
Apache License 2.0
17.63k stars 4.69k forks source link

Didn't find class "android.view.View$OnUnhandledKeyEventListener" #295

Open hemantuno opened 5 years ago

hemantuno commented 5 years ago

Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener; 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2203) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at androidx.databinding.ViewDataBinding androidx.databinding.DataBindingUtil.setContentView(android.app.Activity, int, androidx.databinding.DataBindingComponent) (DataBindingUtil.java:303) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at androidx.databinding.ViewDataBinding androidx.databinding.DataBindingUtil.setContentView(android.app.Activity, int) (DataBindingUtil.java:284) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void com.google.samples.apps.sunflower.GardenActivity.onCreate(android.os.Bundle) (GardenActivity.kt:41) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6973) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1126) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2946) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:3064) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.app.ActivityThread.-wrap14(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1659) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.os.Looper.loop() (Looper.java:154) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6823) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:1557) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1445) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/com.google.samples.apps.sunflower-1/base.apk"],nativeLibraryDirectories=[/data/app/com.google.samples.apps.sunflower-1/lib/arm, /system/lib, /vendor/lib]] 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2203) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at androidx.databinding.ViewDataBinding androidx.databinding.DataBindingUtil.setContentView(android.app.Activity, int, androidx.databinding.DataBindingComponent) (DataBindingUtil.java:303) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at androidx.databinding.ViewDataBinding androidx.databinding.DataBindingUtil.setContentView(android.app.Activity, int) (DataBindingUtil.java:284) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void com.google.samples.apps.sunflower.GardenActivity.onCreate(android.os.Bundle) (GardenActivity.kt:41) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6973) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1126) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2946) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:3064) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.app.ActivityThread.-wrap14(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1659) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.os.Looper.loop() (Looper.java:154) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6823) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:1557) 2019-01-01 14:55:15.987 29675-29675/com.google.samples.apps.sunflower I/art: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1445) 201

iNoles commented 5 years ago

Harmless

tiembo commented 5 years ago

@hemantuno can you add more details on this error - what actions you performed when it happened, version of Android Studio, etc?

hemantuno commented 5 years ago

Run code on Samsung(Galaxy Tab A(2017) ) device using android studio 3.2.1. Very first time run app then above logs display.

tiembo commented 5 years ago

Does Sunflower work when you run it on an emulator?

hemantuno commented 5 years ago

Not try in emulator.

tiembo commented 5 years ago

Please try it in an emulator as to see if the error also happens there or only on the device.

hemantuno commented 5 years ago

Same error in emulator.

tiembo commented 5 years ago

I'm unable to reproduce this. Can you try Android Studio 3.3 and in a new emulator? Also try doing a "File -> Invalidate caches / Restart" in Android Studio.

alashow commented 5 years ago

I'm seeing this stack trace in my app. I'm using Android Studio 3.3, invalidated cache, running on an emulator. It's triggered after calling DataBindingUtil.setContentView(this, R.layout.activity):

Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener;
    at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2420)
    at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637)
    at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
    at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
    at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:141)
    at androidx.databinding.ViewDataBinding androidx.databinding.DataBindingUtil.setContentView(android.app.Activity, int, androidx.databinding.DataBindingComponent) (DataBindingUtil.java:303)
    at androidx.databinding.ViewDataBinding androidx.databinding.DataBindingUtil.setContentView(android.app.Activity, int) (DataBindingUtil.java:284)
EloiNavarro commented 5 years ago

Same stacktrace. Android Studio 3.3. Invalidated cache. Running on device. Device fails to execute anything else on the Activity.

 Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener;
     at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2203)
     at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637)
     at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
     at void androidx.appcompat.app.AppCompatDelegateImpl.onPostCreate(android.os.Bundle) (AppCompatDelegateImpl.java:299)
     at void androidx.appcompat.app.AppCompatActivity.onPostCreate(android.os.Bundle) (AppCompatActivity.java:98)
     at void android.app.Instrumentation.callActivityOnPostCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1285)
     at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2760)
tiembo commented 5 years ago

Hi everyone - thanks for the error reports.

To help pinpoint the problem, please comment with the device you're using (even if it's an emulator), along with the OS version the device is running.

matpag commented 5 years ago

More info here: https://issuetracker.google.com/issues/120750246

pawankhandal52 commented 5 years ago

Hello everyone, I also faced this issue. How can i resolve it?

gigaga commented 5 years ago

Same problem for me... A workaround exists?

thx

ding33211 commented 5 years ago

Same for me...

gururajphadnis commented 5 years ago

Same problem here, any workaround?

zy666 commented 5 years ago

Same for me... help me

ytheekshana commented 5 years ago

Same problem here, is there a fix?

hemantuno commented 5 years ago

Same problem here, is there a fix? No

timniko commented 5 years ago

I also got this problem. Only thing I recently did was updating Android Studio to the latest version.

demidrolk commented 5 years ago

Got the same problem while rebuilding the same app on the same phone (one month ago it was working fine)

marlonlom commented 5 years ago

Whats the name of the class that is inaccesible?

b.h.i.u$b extended by class androidx.core.view.ViewCompat$5 is inaccessible

edit: Checking out the ViewCompat class file, at #2429:

v.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() {
  @Override
  public WindowInsets onApplyWindowInsets(View view, WindowInsets insets) {
    WindowInsetsCompat compatInsets = WindowInsetsCompat.wrap(insets);
    compatInsets = listener.onApplyWindowInsets(view, compatInsets);
    return (WindowInsets) WindowInsetsCompat.unwrap(compatInsets);
  }
});

Is something related to the 'insets' object that enforces us to use window insets in apps with android version <= Q ???

irishikeshmane commented 5 years ago

have we got any lead on this problem guys?

hemantuno commented 5 years ago

have we got any lead on this problem guys? no

mrityunjay commented 5 years ago

same problem for me, yesterday it was working and today it is showing this error. Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/com.example.examandresultlatestgovtjobs-1/base.apk", zip file "/data/app/com.example.examandresultlatestgovtjobs-1/split_lib_dependencies_apk.apk", zip file "/data/app/com.example.examandresultlatestgovtjobs-1/split_lib_slice_0_apk.apk", zip file "/data/app/com.example.examandresultlatestgovtjobs-1/split_lib_slice_1_apk.apk", zip file "/data/app/com.example.examandresultlatestgovtjobs-1/split_lib_slice_2_apk.apk", zip file "/data/app/com.example.examandresultlatestgovtjobs-1/split_lib_slice_3_apk.apk", zip file "/data/app/com.example.examandresultlatestgovtjobs-1/split_lib_slice_4_apk.apk", zip file "/data/app/com.example.examandresultlatestgovtjobs-1/split_lib_slice_5_apk.apk", zip file "/data/app/com.example.examandresultlatestgovtjobs-1/split_lib_slice_6_apk.apk", zip file "/data/app/com.example.examandresultlatestgovtjobs-1/split_lib_slice_7_apk.apk", zi

mrityunjay commented 5 years ago

I believe this error occurred after I change the app name in string.xml file.

var2611 commented 5 years ago

I have i my project gradle : implementation "androidx.core:core-ktx:+" -- Only this then by reference of this https://stackoverflow.com/questions/53229259/no-super-method-getlifecycle-after-migrating-to-androidx I solved it.

My Solution : change in gradle file, implementation "androidx.core:core:1.0.2" implementation "androidx.core:core-ktx:1.0.2"

nathan-fiscaletti commented 5 years ago

Harmless

You mean intrusive, ugly, and log polluting?

bryanwagner commented 5 years ago

I have the same issue. After looking around, looks like this is a known bug in ViewCompat that's unlikely to be fixed. I found more information at https://stackoverflow.com/a/52954286/759719. If this is indeed a benign issue, the exception should be caught and logged at debug or trace level, rather than info level. This has a productivity impact on apps with clean logs, where a stack trace triggers alarm notifications. Unfortunately this is likely handled by a different Google team.

heyFahad commented 5 years ago

This error often occurs when you enable multidex support for your apps. You may read more about it here

millatip commented 5 years ago

this https://github.com/facebook/flipper/issues/146#issuecomment-463667556 works for me

bigmick commented 5 years ago

Same problem with android Studio 3.4.1. After uninstalling the application, then newly installed it, it works. At least for a while. After some minor modifications in the source code (kotlin), trying the app to run on my device (either a real phone or an emulator), it crashes again with the same problem: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file ...

After having upgraded to android studio 3.4.2, the problem disappeared :)

QADOOMI commented 5 years ago

after this warning appears the google material design style won't apply on MaterialCardView!! any suggestions how to fix it and why this happening?

Rashed8762 commented 5 years ago

Can you please check whether you integrated the related library. I got the same error but found the below problem in my code. In gradle implementation 'androidx.cardview:cardview:1.0.0' but in layout android.support.v7.widget.CardView

The following correction resolved my problem androidx.cardview.widget.CardView

helang1991 commented 4 years ago

i also meet this bug

PastelDew commented 4 years ago

I have same problem. So, my device for test is SAMSUNG tablet named with Galaxy Tab A (2016). The versions are below here. Android OS: 8.1.0 Samsung Experience: 9.5 Android Studio: 3.5.3 Compile SDK: 28 Target SDK: 28 (min: 23)

Here is stack trace log.

2020-01-29 17:50:30.343 13821-13821/{my.package.name} 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; 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.support.v4.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, android.support.v4.view.OnApplyWindowInsetsListener) (ViewCompat.java:2203) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void {my.package.name}.component.MainActivity.onCreate(android.os.Bundle) (MainActivity.kt:39) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7258) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7249) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1222) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2927) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:3059) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1724) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.os.Looper.loop() (Looper.java:164) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/{my.package.name}-_NS6EaYkrzN6REHVz3Mq9A==/base.apk"],nativeLibraryDirectories=[/data/app/{my.package.name}-_NS6EaYkrzN6REHVz3Mq9A==/lib/arm, /data/app/{my.package.name}-_NS6EaYkrzN6REHVz3Mq9A==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]] 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.support.v4.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, android.support.v4.view.OnApplyWindowInsetsListener) (ViewCompat.java:2203) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void {my.package.name}.component.MainActivity.onCreate(android.os.Bundle) (MainActivity.kt:39) 2020-01-29 17:50:30.343 13821-13821/{my.package.name} I/zygote: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7258) 2020-01-29 17:50:30.344 13821-13821/{my.package.name} I/zygote: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7249) 2020-01-29 17:50:30.344 13821-13821/{my.package.name} I/zygote: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1222) 2020-01-29 17:50:30.344 13821-13821/{my.package.name} I/zygote: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2927) 2020-01-29 17:50:30.344 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:3059) 2020-01-29 17:50:30.344 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-01-29 17:50:30.344 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1724) 2020-01-29 17:50:30.344 13821-13821/{my.package.name} I/zygote: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 2020-01-29 17:50:30.344 13821-13821/{my.package.name} I/zygote: at void android.os.Looper.loop() (Looper.java:164) 2020-01-29 17:50:30.344 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000) 2020-01-29 17:50:30.344 13821-13821/{my.package.name} I/zygote: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-01-29 17:50:30.344 13821-13821/{my.package.name} I/zygote: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441) 2020-01-29 17:50:30.344 13821-13821/{my.package.name} I/zygote: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} 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; 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.support.v4.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, android.support.v4.view.OnApplyWindowInsetsListener) (ViewCompat.java:2203) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void {my.package.name}.component.MainActivity.onCreate(android.os.Bundle) (MainActivity.kt:39) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7258) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7249) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1222) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2927) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:3059) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1724) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.os.Looper.loop() (Looper.java:164) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/{my.package.name}-_NS6EaYkrzN6REHVz3Mq9A==/base.apk"],nativeLibraryDirectories=[/data/app/{my.package.name}-_NS6EaYkrzN6REHVz3Mq9A==/lib/arm, /data/app/{my.package.name}-_NS6EaYkrzN6REHVz3Mq9A==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]] 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.support.v4.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, android.support.v4.view.OnApplyWindowInsetsListener) (ViewCompat.java:2203) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void {my.package.name}.component.MainActivity.onCreate(android.os.Bundle) (MainActivity.kt:39) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7258) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7249) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1222) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2927) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:3059) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1724) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.os.Looper.loop() (Looper.java:164) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441) 2020-01-29 17:50:30.345 13821-13821/{my.package.name} I/zygote: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} 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; 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.support.v4.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, android.support.v4.view.OnApplyWindowInsetsListener) (ViewCompat.java:2203) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void {my.package.name}.component.MainActivity.onCreate(android.os.Bundle) (MainActivity.kt:39) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7258) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7249) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1222) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2927) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:3059) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1724) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.os.Looper.loop() (Looper.java:164) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/{my.package.name}-_NS6EaYkrzN6REHVz3Mq9A==/base.apk"],nativeLibraryDirectories=[/data/app/{my.package.name}-_NS6EaYkrzN6REHVz3Mq9A==/lib/arm, /data/app/{my.package.name}-_NS6EaYkrzN6REHVz3Mq9A==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]] 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.support.v4.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, android.support.v4.view.OnApplyWindowInsetsListener) (ViewCompat.java:2203) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void {my.package.name}.component.MainActivity.onCreate(android.os.Bundle) (MainActivity.kt:39) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7258) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7249) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1222) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2927) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:3059) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1724) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.os.Looper.loop() (Looper.java:164) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7000) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:441) 2020-01-29 17:50:30.346 13821-13821/{my.package.name} I/zygote: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1408)

melakemikru commented 4 years ago

i get this error when i run my app any one who is intersted ...please help me 03/17 14:07:09: Launching 'app' on samsung SM-G530H. $ adb shell am start -n "com.melake.myapplication/com.melake.myapplication.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.melake.myapplication | com.melake.myapplication.test Waiting for application to come online: com.melake.myapplication | com.melake.myapplication.test Connecting to com.melake.myapplication Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. D/DisplayManagerGlobal: getDisplayInfo: displayId=0, info=DisplayInfo{"Built-in Screen", app 540 x 960, real 540 x 960, largest app 960 x 922, smallest app 540 x 502, 60.0 fps, rotation0, density 240 (221.225 x 221.672) dpi, layerStack 0, type BUILT_IN, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} getDisplayInfo: displayId=0, info=DisplayInfo{"Built-in Screen", app 540 x 960, real 540 x 960, largest app 960 x 922, smallest app 540 x 502, 60.0 fps, rotation0, density 240 (221.225 x 221.672) dpi, layerStack 0, type BUILT_IN, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} D/ActivityThread: handleBindApplication:com.melake.myapplication D/DisplayManagerGlobal: getDisplayInfo: displayId=0, info=DisplayInfo{"Built-in Screen", app 540 x 960, real 540 x 960, largest app 960 x 922, smallest app 540 x 502, 60.0 fps, rotation0, density 240 (221.225 x 221.672) dpi, layerStack 0, type BUILT_IN, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} getDisplayInfo: displayId=0, info=DisplayInfo{"Built-in Screen", app 540 x 960, real 540 x 960, largest app 960 x 922, smallest app 540 x 502, 60.0 fps, rotation0, density 240 (221.225 x 221.672) dpi, layerStack 0, type BUILT_IN, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} W/ActivityThread: Application com.melake.myapplication is waiting for the debugger on port 8100... I/System.out: Sending WAIT chunk I/dalvikvm: Debugger is active I/System.out: Debugger has connected waiting for debugger to settle... Connected to the target VM, address: 'localhost:8600', transport: 'socket' I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/System.out: debugger has settled (1334) W/ApplicationPackageManager: getCSCPackageItemText() I/dalvikvm: Could not find method android.content.Context.getSystemService, referenced from method androidx.appcompat.app.AppCompatDelegateImpl.mapNightMode W/dalvikvm: VFY: unable to resolve virtual method 431: Landroid/content/Context;.getSystemService (Ljava/lang/Class;)Ljava/lang/Object; D/dalvikvm: VFY: replacing opcode 0x6e at 0x002d D/DisplayManager: DisplayManager() D/DisplayManagerGlobal: getDisplayInfo: displayId=0, info=DisplayInfo{"Built-in Screen", app 540 x 960, real 540 x 960, largest app 960 x 922, smallest app 540 x 502, 60.0 fps, rotation0, density 240 (221.225 x 221.672) dpi, layerStack 0, type BUILT_IN, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} I/dalvikvm: Could not find method android.view.Window$Callback.onPointerCaptureChanged, referenced from method androidx.appcompat.view.WindowCallbackWrapper.onPointerCaptureChanged W/dalvikvm: VFY: unable to resolve interface method 2147: Landroid/view/Window$Callback;.onPointerCaptureChanged (Z)V D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002 I/dalvikvm: Could not find method android.view.Window$Callback.onProvideKeyboardShortcuts, referenced from method androidx.appcompat.view.WindowCallbackWrapper.onProvideKeyboardShortcuts W/dalvikvm: VFY: unable to resolve interface method 2149: Landroid/view/Window$Callback;.onProvideKeyboardShortcuts (Ljava/util/List;Landroid/view/Menu;I)V D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002 W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;) I/dalvikvm: Could not find method android.view.Window$Callback.onSearchRequested, referenced from method androidx.appcompat.view.WindowCallbackWrapper.onSearchRequested W/dalvikvm: VFY: unable to resolve interface method 2151: Landroid/view/Window$Callback;.onSearchRequested (Landroid/view/SearchEvent;)Z D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002 I/dalvikvm: Could not find method android.view.Window$Callback.onWindowStartingActionMode, referenced from method androidx.appcompat.view.WindowCallbackWrapper.onWindowStartingActionMode W/dalvikvm: VFY: unable to resolve interface method 2155: Landroid/view/Window$Callback;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode; D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002 I/dalvikvm: Could not find method android.content.res.TypedArray.getChangingConfigurations, referenced from method androidx.appcompat.widget.TintTypedArray.getChangingConfigurations W/dalvikvm: VFY: unable to resolve virtual method 642: Landroid/content/res/TypedArray;.getChangingConfigurations ()I D/dalvikvm: VFY: replacing opcode 0x6e at 0x0002 I/dalvikvm: Could not find method android.content.res.TypedArray.getType, referenced from method androidx.appcompat.widget.TintTypedArray.getType W/dalvikvm: VFY: unable to resolve virtual method 664: Landroid/content/res/TypedArray;.getType (I)I D/dalvikvm: VFY: replacing opcode 0x6e at 0x0008 I/dalvikvm: Could not find method android.content.Context.createDeviceProtectedStorageContext, referenced from method androidx.core.content.ContextCompat.createDeviceProtectedStorageContext W/dalvikvm: VFY: unable to resolve virtual method 401: Landroid/content/Context;.createDeviceProtectedStorageContext ()Landroid/content/Context; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.content.Context.getCodeCacheDir, referenced from method androidx.core.content.ContextCompat.getCodeCacheDir W/dalvikvm: VFY: unable to resolve virtual method 408: Landroid/content/Context;.getCodeCacheDir ()Ljava/io/File; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.content.Context.getColor, referenced from method androidx.core.content.ContextCompat.getColor W/dalvikvm: VFY: unable to resolve virtual method 409: Landroid/content/Context;.getColor (I)I D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.content.Context.getColorStateList, referenced from method androidx.core.content.ContextCompat.getColorStateList W/dalvikvm: VFY: unable to resolve virtual method 410: Landroid/content/Context;.getColorStateList (I)Landroid/content/res/ColorStateList; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.content.Context.getDataDir, referenced from method androidx.core.content.ContextCompat.getDataDir W/dalvikvm: VFY: unable to resolve virtual method 412: Landroid/content/Context;.getDataDir ()Ljava/io/File; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.content.Context.getDrawable, referenced from method androidx.core.content.ContextCompat.getDrawable W/dalvikvm: VFY: unable to resolve virtual method 413: Landroid/content/Context;.getDrawable (I)Landroid/graphics/drawable/Drawable; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.content.Context.getMainExecutor, referenced from method androidx.core.content.ContextCompat.getMainExecutor W/dalvikvm: VFY: unable to resolve virtual method 420: Landroid/content/Context;.getMainExecutor ()Ljava/util/concurrent/Executor; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.content.Context.getNoBackupFilesDir, referenced from method androidx.core.content.ContextCompat.getNoBackupFilesDir W/dalvikvm: VFY: unable to resolve virtual method 422: Landroid/content/Context;.getNoBackupFilesDir ()Ljava/io/File; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.content.Context.getSystemService, referenced from method androidx.core.content.ContextCompat.getSystemService W/dalvikvm: VFY: unable to resolve virtual method 431: Landroid/content/Context;.getSystemService (Ljava/lang/Class;)Ljava/lang/Object; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.content.Context.getSystemServiceName, referenced from method androidx.core.content.ContextCompat.getSystemServiceName W/dalvikvm: VFY: unable to resolve virtual method 433: Landroid/content/Context;.getSystemServiceName (Ljava/lang/Class;)Ljava/lang/String; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.content.Context.isDeviceProtectedStorage, referenced from method androidx.core.content.ContextCompat.isDeviceProtectedStorage W/dalvikvm: VFY: unable to resolve virtual method 436: Landroid/content/Context;.isDeviceProtectedStorage ()Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.content.Context.startForegroundService, referenced from method androidx.core.content.ContextCompat.startForegroundService W/dalvikvm: VFY: unable to resolve virtual method 452: Landroid/content/Context;.startForegroundService (Landroid/content/Intent;)Landroid/content/ComponentName; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 D/DisplayManagerGlobal: getDisplayInfo: displayId=0, info=DisplayInfo{"Built-in Screen", app 540 x 960, real 540 x 960, largest app 960 x 922, smallest app 540 x 502, 60.0 fps, rotation0, density 240 (221.225 x 221.672) dpi, layerStack 0, type BUILT_IN, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} I/dalvikvm: Could not find method androidx.appcompat.widget.ActionBarContainer.invalidateOutline, referenced from method androidx.appcompat.widget.ActionBarContainer.setPrimaryBackground W/dalvikvm: VFY: unable to resolve virtual method 5453: Landroidx/appcompat/widget/ActionBarContainer;.invalidateOutline ()V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0054 I/dalvikvm: Could not find method androidx.appcompat.widget.ActionBarContainer.invalidateOutline, referenced from method androidx.appcompat.widget.ActionBarContainer.setSplitBackground W/dalvikvm: VFY: unable to resolve virtual method 5453: Landroidx/appcompat/widget/ActionBarContainer;.invalidateOutline ()V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0048 I/dalvikvm: Could not find method androidx.appcompat.widget.ActionBarContainer.invalidateOutline, referenced from method androidx.appcompat.widget.ActionBarContainer.setStackedBackground W/dalvikvm: VFY: unable to resolve virtual method 5453: Landroidx/appcompat/widget/ActionBarContainer;.invalidateOutline ()V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0058 I/dalvikvm: Could not find method android.widget.FrameLayout.startActionModeForChild, referenced from method androidx.appcompat.widget.ActionBarContainer.startActionModeForChild W/dalvikvm: VFY: unable to resolve virtual method 2654: Landroid/widget/FrameLayout;.startActionModeForChild (Landroid/view/View;Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode; D/dalvikvm: VFY: replacing opcode 0x6f at 0x0002 W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/graphics/Outline;) I/dalvikvm: Could not find method android.graphics.drawable.Drawable.getOutline, referenced from method androidx.appcompat.widget.ActionBarBackgroundDrawable.getOutline W/dalvikvm: VFY: unable to resolve virtual method 940: Landroid/graphics/drawable/Drawable;.getOutline (Landroid/graphics/Outline;)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0010 I/dalvikvm: Could not find method android.graphics.drawable.Drawable.getOutline, referenced from method androidx.appcompat.widget.ActionBarBackgroundDrawable.getOutline W/dalvikvm: VFY: unable to resolve virtual method 940: Landroid/graphics/drawable/Drawable;.getOutline (Landroid/graphics/Outline;)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x001e I/dalvikvm: Could not find method android.view.View.addKeyboardNavigationClusters, referenced from method androidx.core.view.ViewCompat.addKeyboardNavigationClusters W/dalvikvm: VFY: unable to resolve virtual method 1720: Landroid/view/View;.addKeyboardNavigationClusters (Ljava/util/Collection;I)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Failed resolving Landroidx/core/view/ViewCompat$2; interface 395 'Landroid/view/View$OnUnhandledKeyEventListener;' W/dalvikvm: Link of class 'Landroidx/core/view/ViewCompat$2;' failed E/dalvikvm: Could not find class 'androidx.core.view.ViewCompat$2', referenced from method androidx.core.view.ViewCompat.addOnUnhandledKeyEventListener W/dalvikvm: VFY: unable to resolve new-instance 1405 (Landroidx/core/view/ViewCompat$2;) in Landroidx/core/view/ViewCompat; D/dalvikvm: VFY: replacing opcode 0x22 at 0x001b I/dalvikvm: Could not find method android.view.View.cancelDragAndDrop, referenced from method androidx.core.view.ViewCompat.cancelDragAndDrop W/dalvikvm: VFY: unable to resolve virtual method 1728: Landroid/view/View;.cancelDragAndDrop ()V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 E/dalvikvm: Could not find class 'android.view.WindowInsets', referenced from method androidx.core.view.ViewCompat.dispatchApplyWindowInsets W/dalvikvm: VFY: unable to resolve check-cast 412 (Landroid/view/WindowInsets;) in Landroidx/core/view/ViewCompat; D/dalvikvm: VFY: replacing opcode 0x1f at 0x000a I/dalvikvm: Could not find method android.view.View.dispatchNestedFling, referenced from method androidx.core.view.ViewCompat.dispatchNestedFling W/dalvikvm: VFY: unable to resolve virtual method 1738: Landroid/view/View;.dispatchNestedFling (FFZ)Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.dispatchNestedPreFling, referenced from method androidx.core.view.ViewCompat.dispatchNestedPreFling W/dalvikvm: VFY: unable to resolve virtual method 1739: Landroid/view/View;.dispatchNestedPreFling (FF)Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.dispatchNestedPreScroll, referenced from method androidx.core.view.ViewCompat.dispatchNestedPreScroll W/dalvikvm: VFY: unable to resolve virtual method 1740: Landroid/view/View;.dispatchNestedPreScroll (II[I[I)Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.dispatchNestedScroll, referenced from method androidx.core.view.ViewCompat.dispatchNestedScroll W/dalvikvm: VFY: unable to resolve virtual method 1741: Landroid/view/View;.dispatchNestedScroll (IIII[I)Z D/dalvikvm: VFY: replacing opcode 0x74 at 0x0006 I/dalvikvm: Could not find method android.view.View.getBackgroundTintList, referenced from method androidx.core.view.ViewCompat.getBackgroundTintList W/dalvikvm: VFY: unable to resolve virtual method 1757: Landroid/view/View;.getBackgroundTintList ()Landroid/content/res/ColorStateList; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.getBackgroundTintMode, referenced from method androidx.core.view.ViewCompat.getBackgroundTintMode W/dalvikvm: VFY: unable to resolve virtual method 1758: Landroid/view/View;.getBackgroundTintMode ()Landroid/graphics/PorterDuff$Mode; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.getElevation, referenced from method androidx.core.view.ViewCompat.getElevation W/dalvikvm: VFY: unable to resolve virtual method 1766: Landroid/view/View;.getElevation ()F D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.getImportantForAutofill, referenced from method androidx.core.view.ViewCompat.getImportantForAutofill W/dalvikvm: VFY: unable to resolve virtual method 1773: Landroid/view/View;.getImportantForAutofill ()I D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.getNextClusterForwardId, referenced from method androidx.core.view.ViewCompat.getNextClusterForwardId W/dalvikvm: VFY: unable to resolve virtual method 1791: Landroid/view/View;.getNextClusterForwardId ()I D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.getScrollIndicators, referenced from method androidx.core.view.ViewCompat.getScrollIndicators W/dalvikvm: VFY: unable to resolve virtual method 1810: Landroid/view/View;.getScrollIndicators ()I D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.getTransitionName, referenced from method androidx.core.view.ViewCompat.getTransitionName W/dalvikvm: VFY: unable to resolve virtual method 1816: Landroid/view/View;.getTransitionName ()Ljava/lang/String; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.getTranslationZ, referenced from method androidx.core.view.ViewCompat.getTranslationZ W/dalvikvm: VFY: unable to resolve virtual method 1819: Landroid/view/View;.getTranslationZ ()F D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.getZ, referenced from method androidx.core.view.ViewCompat.getZ W/dalvikvm: VFY: unable to resolve virtual method 1829: Landroid/view/View;.getZ ()F D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.hasExplicitFocusable, referenced from method androidx.core.view.ViewCompat.hasExplicitFocusable W/dalvikvm: VFY: unable to resolve virtual method 1830: Landroid/view/View;.hasExplicitFocusable ()Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.hasNestedScrollingParent, referenced from method androidx.core.view.ViewCompat.hasNestedScrollingParent W/dalvikvm: VFY: unable to resolve virtual method 1833: Landroid/view/View;.hasNestedScrollingParent ()Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.isFocusedByDefault, referenced from method androidx.core.view.ViewCompat.isFocusedByDefault W/dalvikvm: VFY: unable to resolve virtual method 1843: Landroid/view/View;.isFocusedByDefault ()Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.isImportantForAutofill, referenced from method androidx.core.view.ViewCompat.isImportantForAutofill W/dalvikvm: VFY: unable to resolve virtual method 1845: Landroid/view/View;.isImportantForAutofill ()Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.isKeyboardNavigationCluster, referenced from method androidx.core.view.ViewCompat.isKeyboardNavigationCluster W/dalvikvm: VFY: unable to resolve virtual method 1848: Landroid/view/View;.isKeyboardNavigationCluster ()Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.isNestedScrollingEnabled, referenced from method androidx.core.view.ViewCompat.isNestedScrollingEnabled W/dalvikvm: VFY: unable to resolve virtual method 1853: Landroid/view/View;.isNestedScrollingEnabled ()Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.keyboardNavigationClusterSearch, referenced from method androidx.core.view.ViewCompat.keyboardNavigationClusterSearch W/dalvikvm: VFY: unable to resolve virtual method 1860: Landroid/view/View;.keyboardNavigationClusterSearch (Landroid/view/View;I)Landroid/view/View; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 E/dalvikvm: Could not find class 'android.view.WindowInsets', referenced from method androidx.core.view.ViewCompat.onApplyWindowInsets W/dalvikvm: VFY: unable to resolve check-cast 412 (Landroid/view/WindowInsets;) in Landroidx/core/view/ViewCompat; D/dalvikvm: VFY: replacing opcode 0x1f at 0x000a E/dalvikvm: Could not find class 'android.view.View$OnUnhandledKeyEventListener', referenced from method androidx.core.view.ViewCompat.removeOnUnhandledKeyEventListener W/dalvikvm: VFY: unable to resolve check-cast 395 (Landroid/view/View$OnUnhandledKeyEventListener;) in Landroidx/core/view/ViewCompat; D/dalvikvm: VFY: replacing opcode 0x1f at 0x0015 I/dalvikvm: Could not find method android.view.View.requestApplyInsets, referenced from method androidx.core.view.ViewCompat.requestApplyInsets W/dalvikvm: VFY: unable to resolve virtual method 1886: Landroid/view/View;.requestApplyInsets ()V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.requireViewById, referenced from method androidx.core.view.ViewCompat.requireViewById W/dalvikvm: VFY: unable to resolve virtual method 1892: Landroid/view/View;.requireViewById (I)Landroid/view/View; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.restoreDefaultFocus, referenced from method androidx.core.view.ViewCompat.restoreDefaultFocus W/dalvikvm: VFY: unable to resolve virtual method 1894: Landroid/view/View;.restoreDefaultFocus ()Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setAutofillHints, referenced from method androidx.core.view.ViewCompat.setAutofillHints W/dalvikvm: VFY: unable to resolve virtual method 1905: Landroid/view/View;.setAutofillHints ([Ljava/lang/String;)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setBackgroundTintList, referenced from method androidx.core.view.ViewCompat.setBackgroundTintList W/dalvikvm: VFY: unable to resolve virtual method 1909: Landroid/view/View;.setBackgroundTintList (Landroid/content/res/ColorStateList;)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setBackgroundTintMode, referenced from method androidx.core.view.ViewCompat.setBackgroundTintMode W/dalvikvm: VFY: unable to resolve virtual method 1910: Landroid/view/View;.setBackgroundTintMode (Landroid/graphics/PorterDuff$Mode;)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setElevation, referenced from method androidx.core.view.ViewCompat.setElevation W/dalvikvm: VFY: unable to resolve virtual method 1912: Landroid/view/View;.setElevation (F)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setFocusedByDefault, referenced from method androidx.core.view.ViewCompat.setFocusedByDefault W/dalvikvm: VFY: unable to resolve virtual method 1915: Landroid/view/View;.setFocusedByDefault (Z)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setImportantForAutofill, referenced from method androidx.core.view.ViewCompat.setImportantForAutofill W/dalvikvm: VFY: unable to resolve virtual method 1919: Landroid/view/View;.setImportantForAutofill (I)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setKeyboardNavigationCluster, referenced from method androidx.core.view.ViewCompat.setKeyboardNavigationCluster W/dalvikvm: VFY: unable to resolve virtual method 1920: Landroid/view/View;.setKeyboardNavigationCluster (Z)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setNestedScrollingEnabled, referenced from method androidx.core.view.ViewCompat.setNestedScrollingEnabled W/dalvikvm: VFY: unable to resolve virtual method 1929: Landroid/view/View;.setNestedScrollingEnabled (Z)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setNextClusterForwardId, referenced from method androidx.core.view.ViewCompat.setNextClusterForwardId W/dalvikvm: VFY: unable to resolve virtual method 1930: Landroid/view/View;.setNextClusterForwardId (I)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setOnApplyWindowInsetsListener, referenced from method androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener W/dalvikvm: VFY: unable to resolve virtual method 1931: Landroid/view/View;.setOnApplyWindowInsetsListener (Landroid/view/View$OnApplyWindowInsetsListener;)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0009 I/dalvikvm: Failed resolving Landroidx/core/view/ViewCompat$1; interface 385 'Landroid/view/View$OnApplyWindowInsetsListener;' W/dalvikvm: Link of class 'Landroidx/core/view/ViewCompat$1;' failed E/dalvikvm: Could not find class 'androidx.core.view.ViewCompat$1', referenced from method androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener W/dalvikvm: VFY: unable to resolve new-instance 1404 (Landroidx/core/view/ViewCompat$1;) in Landroidx/core/view/ViewCompat; D/dalvikvm: VFY: replacing opcode 0x22 at 0x000d I/dalvikvm: Could not find method android.view.View.setPointerIcon, referenced from method androidx.core.view.ViewCompat.setPointerIcon W/dalvikvm: VFY: unable to resolve virtual method 1942: Landroid/view/View;.setPointerIcon (Landroid/view/PointerIcon;)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0012 I/dalvikvm: Could not find method android.view.View.setScrollIndicators, referenced from method androidx.core.view.ViewCompat.setScrollIndicators W/dalvikvm: VFY: unable to resolve virtual method 1951: Landroid/view/View;.setScrollIndicators (I)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setScrollIndicators, referenced from method androidx.core.view.ViewCompat.setScrollIndicators W/dalvikvm: VFY: unable to resolve virtual method 1952: Landroid/view/View;.setScrollIndicators (II)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setTooltipText, referenced from method androidx.core.view.ViewCompat.setTooltipText W/dalvikvm: VFY: unable to resolve virtual method 1956: Landroid/view/View;.setTooltipText (Ljava/lang/CharSequence;)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setTransitionName, referenced from method androidx.core.view.ViewCompat.setTransitionName W/dalvikvm: VFY: unable to resolve virtual method 1957: Landroid/view/View;.setTransitionName (Ljava/lang/String;)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setTranslationZ, referenced from method androidx.core.view.ViewCompat.setTranslationZ W/dalvikvm: VFY: unable to resolve virtual method 1960: Landroid/view/View;.setTranslationZ (F)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.setZ, referenced from method androidx.core.view.ViewCompat.setZ W/dalvikvm: VFY: unable to resolve virtual method 1964: Landroid/view/View;.setZ (F)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.startDragAndDrop, referenced from method androidx.core.view.ViewCompat.startDragAndDrop W/dalvikvm: VFY: unable to resolve virtual method 1967: Landroid/view/View;.startDragAndDrop (Landroid/content/ClipData;Landroid/view/View$DragShadowBuilder;Ljava/lang/Object;I)Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.startNestedScroll, referenced from method androidx.core.view.ViewCompat.startNestedScroll W/dalvikvm: VFY: unable to resolve virtual method 1968: Landroid/view/View;.startNestedScroll (I)Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.stopNestedScroll, referenced from method androidx.core.view.ViewCompat.stopNestedScroll W/dalvikvm: VFY: unable to resolve virtual method 1969: Landroid/view/View;.stopNestedScroll ()V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.View.updateDragShadow, referenced from method androidx.core.view.ViewCompat.updateDragShadow W/dalvikvm: VFY: unable to resolve virtual method 1970: Landroid/view/View;.updateDragShadow (Landroid/view/View$DragShadowBuilder;)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Failed resolving Landroidx/core/view/ViewCompat$2; interface 395 'Landroid/view/View$OnUnhandledKeyEventListener;' W/dalvikvm: Link of class 'Landroidx/core/view/ViewCompat$2;' failed D/dalvikvm: DexOpt: unable to opt direct call 0x2c6e at 0x1d in Landroidx/core/view/ViewCompat;.addOnUnhandledKeyEventListener DexOpt: unable to opt direct call 0x087c at 0x18 in Landroidx/core/view/ViewCompat;.dispatchApplyWindowInsets D/dalvikvm: DexOpt: unable to opt direct call 0x087c at 0x18 in Landroidx/core/view/ViewCompat;.onApplyWindowInsets I/dalvikvm: Failed resolving Landroidx/core/view/ViewCompat$1; interface 385 'Landroid/view/View$OnApplyWindowInsetsListener;' W/dalvikvm: Link of class 'Landroidx/core/view/ViewCompat$1;' failed D/dalvikvm: DexOpt: unable to opt direct call 0x2c6c at 0x0f in Landroidx/core/view/ViewCompat;.setOnApplyWindowInsetsListener I/dalvikvm: Could not find method android.content.Context.getColorStateList, referenced from method androidx.appcompat.content.res.AppCompatResources.getColorStateList W/dalvikvm: VFY: unable to resolve virtual method 410: Landroid/content/Context;.getColorStateList (I)Landroid/content/res/ColorStateList; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.content.res.Resources.getDrawable, referenced from method androidx.appcompat.widget.ResourcesWrapper.getDrawable W/dalvikvm: VFY: unable to resolve virtual method 605: Landroid/content/res/Resources;.getDrawable (ILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0002 I/dalvikvm: Could not find method android.content.res.Resources.getDrawableForDensity, referenced from method androidx.appcompat.widget.ResourcesWrapper.getDrawableForDensity W/dalvikvm: VFY: unable to resolve virtual method 607: Landroid/content/res/Resources;.getDrawableForDensity (IILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0002 E/dalvikvm: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method androidx.appcompat.widget.AppCompatImageHelper.hasOverlappingRendering W/dalvikvm: VFY: unable to resolve instanceof 189 (Landroid/graphics/drawable/RippleDrawable;) in Landroidx/appcompat/widget/AppCompatImageHelper; D/dalvikvm: VFY: replacing opcode 0x20 at 0x000c I/dalvikvm: Could not find method android.widget.TextView.getAutoSizeMaxTextSize, referenced from method androidx.appcompat.widget.AppCompatTextView.getAutoSizeMaxTextSize W/dalvikvm: VFY: unable to resolve virtual method 2973: Landroid/widget/TextView;.getAutoSizeMaxTextSize ()I D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.widget.TextView.getAutoSizeMinTextSize, referenced from method androidx.appcompat.widget.AppCompatTextView.getAutoSizeMinTextSize W/dalvikvm: VFY: unable to resolve virtual method 2974: Landroid/widget/TextView;.getAutoSizeMinTextSize ()I D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.widget.TextView.getAutoSizeStepGranularity, referenced from method androidx.appcompat.widget.AppCompatTextView.getAutoSizeStepGranularity W/dalvikvm: VFY: unable to resolve virtual method 2975: Landroid/widget/TextView;.getAutoSizeStepGranularity ()I D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.widget.TextView.getAutoSizeTextAvailableSizes, referenced from method androidx.appcompat.widget.AppCompatTextView.getAutoSizeTextAvailableSizes W/dalvikvm: VFY: unable to resolve virtual method 2976: Landroid/widget/TextView;.getAutoSizeTextAvailableSizes ()[I D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.widget.TextView.getAutoSizeTextType, referenced from method androidx.appcompat.widget.AppCompatTextView.getAutoSizeTextType W/dalvikvm: VFY: unable to resolve virtual method 2977: Landroid/widget/TextView;.getAutoSizeTextType ()I D/dalvikvm: VFY: replacing opcode 0x6f at 0x0005 I/dalvikvm: Could not find method android.widget.TextView.getTextClassifier, referenced from method androidx.appcompat.widget.AppCompatTextView.getTextClassifier W/dalvikvm: VFY: unable to resolve virtual method 3012: Landroid/widget/TextView;.getTextClassifier ()Landroid/view/textclassifier/TextClassifier; D/dalvikvm: VFY: replacing opcode 0x6f at 0x0010 W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/textclassifier/TextClassifier;) W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/textclassifier/TextClassifier;) I/dalvikvm: Could not find method android.widget.TextView.setAutoSizeTextTypeUniformWithConfiguration, referenced from method androidx.appcompat.widget.AppCompatTextView.setAutoSizeTextTypeUniformWithConfiguration W/dalvikvm: VFY: unable to resolve virtual method 3038: Landroid/widget/TextView;.setAutoSizeTextTypeUniformWithConfiguration (IIII)V D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.widget.TextView.setAutoSizeTextTypeUniformWithPresetSizes, referenced from method androidx.appcompat.widget.AppCompatTextView.setAutoSizeTextTypeUniformWithPresetSizes W/dalvikvm: VFY: unable to resolve virtual method 3039: Landroid/widget/TextView;.setAutoSizeTextTypeUniformWithPresetSizes ([II)V D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.widget.TextView.setAutoSizeTextTypeWithDefaults, referenced from method androidx.appcompat.widget.AppCompatTextView.setAutoSizeTextTypeWithDefaults W/dalvikvm: VFY: unable to resolve virtual method 3040: Landroid/widget/TextView;.setAutoSizeTextTypeWithDefaults (I)V D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.widget.TextView.setFirstBaselineToTopHeight, referenced from method androidx.appcompat.widget.AppCompatTextView.setFirstBaselineToTopHeight W/dalvikvm: VFY: unable to resolve virtual method 3054: Landroid/widget/TextView;.setFirstBaselineToTopHeight (I)V D/dalvikvm: VFY: replacing opcode 0x6f at 0x0006 I/dalvikvm: Could not find method android.widget.TextView.setLastBaselineToBottomHeight, referenced from method androidx.appcompat.widget.AppCompatTextView.setLastBaselineToBottomHeight W/dalvikvm: VFY: unable to resolve virtual method 3061: Landroid/widget/TextView;.setLastBaselineToBottomHeight (I)V D/dalvikvm: VFY: replacing opcode 0x6f at 0x0006 W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/textclassifier/TextClassifier;) I/dalvikvm: Could not find method android.widget.TextView.setTextClassifier, referenced from method androidx.appcompat.widget.AppCompatTextView.setTextClassifier W/dalvikvm: VFY: unable to resolve virtual method 3074: Landroid/widget/TextView;.setTextClassifier (Landroid/view/textclassifier/TextClassifier;)V D/dalvikvm: VFY: replacing opcode 0x6f at 0x000f W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/textclassifier/TextClassifier;) I/dalvikvm: Could not find method android.graphics.Typeface.create, referenced from method androidx.appcompat.widget.AppCompatTextHelper.updateTypefaceAndStyle W/dalvikvm: VFY: unable to resolve static method 876: Landroid/graphics/Typeface;.create (Landroid/graphics/Typeface;IZ)Landroid/graphics/Typeface; D/dalvikvm: VFY: replacing opcode 0x71 at 0x009a I/dalvikvm: Could not find method android.graphics.Typeface.create, referenced from method androidx.appcompat.widget.AppCompatTextHelper.updateTypefaceAndStyle W/dalvikvm: VFY: unable to resolve static method 876: Landroid/graphics/Typeface;.create (Landroid/graphics/Typeface;IZ)Landroid/graphics/Typeface; D/dalvikvm: VFY: replacing opcode 0x71 at 0x00cf I/dalvikvm: Could not find method android.widget.TextView.setFontVariationSettings, referenced from method androidx.appcompat.widget.AppCompatTextHelper.loadFromAttributes W/dalvikvm: VFY: unable to resolve virtual method 3056: Landroid/widget/TextView;.setFontVariationSettings (Ljava/lang/String;)Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0211 I/dalvikvm: Could not find method android.os.LocaleList.forLanguageTags, referenced from method androidx.appcompat.widget.AppCompatTextHelper.loadFromAttributes W/dalvikvm: VFY: unable to resolve static method 1169: Landroid/os/LocaleList;.forLanguageTags (Ljava/lang/String;)Landroid/os/LocaleList; D/dalvikvm: VFY: replacing opcode 0x71 at 0x021e I/dalvikvm: Could not find method java.util.Locale.forLanguageTag, referenced from method androidx.appcompat.widget.AppCompatTextHelper.loadFromAttributes W/dalvikvm: VFY: unable to resolve static method 15644: Ljava/util/Locale;.forLanguageTag (Ljava/lang/String;)Ljava/util/Locale; D/dalvikvm: VFY: replacing opcode 0x71 at 0x0239 I/dalvikvm: Could not find method android.widget.TextView.getAutoSizeStepGranularity, referenced from method androidx.appcompat.widget.AppCompatTextHelper.loadFromAttributes W/dalvikvm: VFY: unable to resolve virtual method 2975: Landroid/widget/TextView;.getAutoSizeStepGranularity ()I D/dalvikvm: VFY: replacing opcode 0x6e at 0x025c I/dalvikvm: Could not find method android.widget.TextView.setFontVariationSettings, referenced from method androidx.appcompat.widget.AppCompatTextHelper.onSetTextAppearance W/dalvikvm: VFY: unable to resolve virtual method 3056: Landroid/widget/TextView;.setFontVariationSettings (Ljava/lang/String;)Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0065 I/dalvikvm: Could not find method android.text.StaticLayout$Builder.obtain, referenced from method androidx.appcompat.widget.AppCompatTextViewAutoSizeHelper.createStaticLayoutForMeasuring W/dalvikvm: VFY: unable to resolve static method 1363: Landroid/text/StaticLayout$Builder;.obtain (Ljava/lang/CharSequence;IILandroid/text/TextPaint;I)Landroid/text/StaticLayout$Builder; D/dalvikvm: VFY: replacing opcode 0x71 at 0x0008 I/dalvikvm: Could not find method android.widget.TextView.isHorizontallyScrollable, referenced from method androidx.appcompat.widget.AppCompatTextViewAutoSizeHelper.autoSizeText W/dalvikvm: VFY: unable to resolve virtual method 3026: Landroid/widget/TextView;.isHorizontallyScrollable ()Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0026 E/dalvikvm: Could not find class 'android.view.textclassifier.TextClassificationManager', referenced from method androidx.appcompat.widget.AppCompatTextClassifierHelper.getTextClassifier W/dalvikvm: VFY: unable to resolve const-class 451 (Landroid/view/textclassifier/TextClassificationManager;) in Landroidx/appcompat/widget/AppCompatTextClassifierHelper; D/dalvikvm: VFY: replacing opcode 0x1c at 0x000a W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/textclassifier/TextClassifier;) VFY: unable to find class referenced in signature (Landroid/view/textclassifier/TextClassifier;) I/dalvikvm: DexOpt: unable to optimize static field ref 0x00b9 at 0x19 in Landroidx/appcompat/widget/AppCompatTextClassifierHelper;.getTextClassifier I/dalvikvm: Could not find method android.widget.Button.getAutoSizeMaxTextSize, referenced from method androidx.appcompat.widget.AppCompatButton.getAutoSizeMaxTextSize W/dalvikvm: VFY: unable to resolve virtual method 2519: Landroid/widget/Button;.getAutoSizeMaxTextSize ()I D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.widget.Button.getAutoSizeMinTextSize, referenced from method androidx.appcompat.widget.AppCompatButton.getAutoSizeMinTextSize W/dalvikvm: VFY: unable to resolve virtual method 2520: Landroid/widget/Button;.getAutoSizeMinTextSize ()I D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.widget.Button.getAutoSizeStepGranularity, referenced from method androidx.appcompat.widget.AppCompatButton.getAutoSizeStepGranularity W/dalvikvm: VFY: unable to resolve virtual method 2521: Landroid/widget/Button;.getAutoSizeStepGranularity ()I D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.widget.Button.getAutoSizeTextAvailableSizes, referenced from method androidx.appcompat.widget.AppCompatButton.getAutoSizeTextAvailableSizes W/dalvikvm: VFY: unable to resolve virtual method 2522: Landroid/widget/Button;.getAutoSizeTextAvailableSizes ()[I D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.widget.Button.getAutoSizeTextType, referenced from method androidx.appcompat.widget.AppCompatButton.getAutoSizeTextType W/dalvikvm: VFY: unable to resolve virtual method 2523: Landroid/widget/Button;.getAutoSizeTextType ()I D/dalvikvm: VFY: replacing opcode 0x6f at 0x0005 I/dalvikvm: Could not find method android.widget.Button.setAutoSizeTextTypeUniformWithConfiguration, referenced from method androidx.appcompat.widget.AppCompatButton.setAutoSizeTextTypeUniformWithConfiguration W/dalvikvm: VFY: unable to resolve virtual method 2529: Landroid/widget/Button;.setAutoSizeTextTypeUniformWithConfiguration (IIII)V D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.widget.Button.setAutoSizeTextTypeUniformWithPresetSizes, referenced from method androidx.appcompat.widget.AppCompatButton.setAutoSizeTextTypeUniformWithPresetSizes W/dalvikvm: VFY: unable to resolve virtual method 2530: Landroid/widget/Button;.setAutoSizeTextTypeUniformWithPresetSizes ([II)V D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.widget.Button.setAutoSizeTextTypeWithDefaults, referenced from method androidx.appcompat.widget.AppCompatButton.setAutoSizeTextTypeWithDefaults W/dalvikvm: VFY: unable to resolve virtual method 2531: Landroid/widget/Button;.setAutoSizeTextTypeWithDefaults (I)V D/dalvikvm: VFY: replacing opcode 0x6f at 0x0004 I/dalvikvm: Could not find method android.graphics.Color.getModel, referenced from method androidx.core.graphics.ColorUtils.compositeColors W/dalvikvm: VFY: unable to resolve virtual method 757: Landroid/graphics/Color;.getModel ()Landroid/graphics/ColorSpace$Model; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0000 D/DisplayManagerGlobal: getDisplayInfo: displayId=0, info=DisplayInfo{"Built-in Screen", app 540 x 960, real 540 x 960, largest app 960 x 922, smallest app 540 x 502, 60.0 fps, rotation0, density 240 (221.225 x 221.672) dpi, layerStack 0, type BUILT_IN, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} I/dalvikvm: Could not find method android.view.View.setTooltipText, referenced from method androidx.appcompat.widget.TooltipCompat.setTooltipText W/dalvikvm: VFY: unable to resolve virtual method 1956: Landroid/view/View;.setTooltipText (Ljava/lang/CharSequence;)V D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.ViewConfiguration.getScaledHorizontalScrollFactor, referenced from method androidx.core.view.ViewConfigurationCompat.getScaledHorizontalScrollFactor W/dalvikvm: VFY: unable to resolve virtual method 1975: Landroid/view/ViewConfiguration;.getScaledHorizontalScrollFactor ()F D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.ViewConfiguration.getScaledHoverSlop, referenced from method androidx.core.view.ViewConfigurationCompat.getScaledHoverSlop W/dalvikvm: VFY: unable to resolve virtual method 1976: Landroid/view/ViewConfiguration;.getScaledHoverSlop ()I D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.ViewConfiguration.getScaledVerticalScrollFactor, referenced from method androidx.core.view.ViewConfigurationCompat.getScaledVerticalScrollFactor W/dalvikvm: VFY: unable to resolve virtual method 1981: Landroid/view/ViewConfiguration;.getScaledVerticalScrollFactor ()F D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/dalvikvm: Could not find method android.view.ViewConfiguration.shouldShowMenuShortcutsWhenKeyboardPresent, referenced from method androidx.core.view.ViewConfigurationCompat.shouldShowMenuShortcutsWhenKeyboardPresent W/dalvikvm: VFY: unable to resolve virtual method 1984: Landroid/view/ViewConfiguration;.shouldShowMenuShortcutsWhenKeyboardPresent ()Z D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@41efa920 time:1126346 Disconnected from the target VM, address: 'localhost:8600', transport: 'socket'

fernandohbrasil commented 4 years ago

https://github.com/android/sunflower/issues/295#issuecomment-496678449

This worked for me!

nawnit1996 commented 4 years ago

I had the same issue, my minSdkVersion was 21 . Changing it to 28(min required to use this API) in build.gradle fixed the issue.

melakemikru commented 4 years ago

Ok.tanks.

On Wed, Apr 22, 2020 at 9:04 PM Nawnit sen notifications@github.com wrote:

I had the same issue, my minSdkVersion was 21. Changing it to 28(min required to use this API) fixed the issue.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/android/sunflower/issues/295#issuecomment-618164107, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALEVPONZDTEXY22VO2GIDPLRN645PANCNFSM4GMXJYIQ .

nathan-fiscaletti commented 4 years ago

I had the same issue, my minSdkVersion was 21 . Changing it to 28(min required to use this API) in build.gradle fixed the issue.

Some people want to support older devices.

tkanq commented 4 years ago

My Solution : change in gradle file, implementation "androidx.core:core:1.0.2" implementation "androidx.core:core-ktx:1.0.2"

For me the version resolved this issue was 1.4.0-alpha01, not below 1.3.0. implementation 'androidx.core:core:1.4.0-alpha01'

atrninkov1 commented 3 years ago

this post on stackoverflow seems promising: https://stackoverflow.com/questions/52537638/how-to-resolve-noclassdeffounderror-failed-resolution-of-landroid-view-viewon