-
java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListenerAndroid 2020. 6. 20. 16:45반응형
Error message
Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$2>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener;
Only implementaion in gradle file
implementation 'androidx.core:core-ktx:1.3.0'
Change in gradle file like below
implementation 'androidx.core:core:1.3.0' implementation 'androidx.core:core-ktx:1.3.0'
반응형'Android' 카테고리의 다른 글
[Android] How to center a two-line text in a One TextView? 한개의 텍스트뷰에서 라인 2개 이상일 때 가운데 정렬 (0) 2020.06.22 [Android] EditText 자동으로 포커스 막기 (Prevent auto focus) (0) 2020.06.22 Android Library(Android Archive) aar의 리소스 변경하기 (0) 2020.06.18 Invoke-customs are only supported starting with Android O (0) 2020.06.17 Testable API provide site for client devopment (0) 2020.06.16