Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

混淆后的一个错误 #1800

Open
lightwind opened this issue Mar 13, 2024 · 0 comments
Open

混淆后的一个错误 #1800

lightwind opened this issue Mar 13, 2024 · 0 comments
Assignees
Labels

Comments

@lightwind
Copy link

项目引入 implementation 'com.blankj:utilcodex:1.31.1' 后,添加混淆,运行直接报错:
java.lang.IncompatibleClassChangeError: Class 'android.content.res.XmlBlock$Parser' does not implement interface 'pe.a' in call to 'int pe.a.next()' (declaration of 'com.blankj.utilcode.util.UtilsFileProvider' appears in /data/app/com.guoyao.bookmachineb-2/base.apk)
at com.blankj.utilcode.util.UtilsFileProvider.f(SourceFile:32)
at com.blankj.utilcode.util.UtilsFileProvider.a(SourceFile:39)
at com.blankj.utilcode.util.UtilsFileProvider.attachInfo(SourceFile:1)
at android.app.ActivityThread.installProvider(ActivityThread.java:5875)
at android.app.ActivityThread.installContentProviders(ActivityThread.java:5467)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5406)
at android.app.ActivityThread.-wrap2(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1551)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6141)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:912)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:802)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants