Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener; #3799
Answered
by
jcesarmobile
mrSingh007
asked this question in
Q&A
-
Bug ReportCapacitor Version
Platform(s)Android Current BehaviorEvery time app start this stack trace can bee seen. Code ReproductionJust create new project and start app with android
stack trace is :
|
Beta Was this translation helpful? Give feedback.
Answered by
jcesarmobile
Nov 12, 2020
Replies: 1 comment 1 reply
-
Update There are newer versions of both dependencies than the ones I mentioned, they might also fix the issue, but this two are the ones I've verified. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mrSingh007
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update
androidxCoreVersion = '1.2.0'
toandroidxCoreVersion = '1.4.0-alpha01'
and/orandroidxAppCompatVersion = '1.1.0'
toandroidxAppCompatVersion = '1.3.0-alpha01'
in yourvariables.gradle
file.There are newer versions of both dependencies than the ones I mentioned, they might also fix the issue, but this two are the ones I've verified.