[已解决]Rejecting re-init on previously-failed class java.lang

小豆苗 8月前 ⋅ 687 阅读

android 跑androidx库后,app跑起来后会有异常出现
Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$2>

解决

implementation 'androidx.appcompat:appcompat:1.2.0'
改成
implementation 'androidx.appcompat:appcompat:1.3.0'

全部评论: 0

    我有话说: