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'
注意:本文归作者所有,未经作者允许,不得转载
原文地址: http://blog.wsmee.com/post/173
版权声明:非商用-非衍生-保持署名| Creative Commons BY-NC-ND 3.0