首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >App加固后崩溃:IncompatibleClassChangeError?

App加固后崩溃:IncompatibleClassChangeError?

提问于 2022-08-18 16:36:32
回答 2关注 0查看 388
代码语言:java
复制
java.lang.IncompatibleClassChangeError: Found interface w0.e, but class was expected (declaration of 'w0.e' appears in /data/user/0/com.iq.zuji/files/prodexdir/00O000ll111l_0.dex)
        at w0.e.V(SourceFile:2)
        at q.f.G0(SourceFile:3)
        at k1.e.c(SourceFile:25)
        at k1.t.A(SourceFile:4)
        at n0.h$a.a(SourceFile:2)
        at n0.y.b(SourceFile:13)
        at k1.e0.a(Unknown Source:17)
        at k1.s.i0(SourceFile:4)
        at androidx.compose.ui.platform.f2.dispatchDraw(SourceFile:7)
        at android.view.View.draw(View.java:20486)
        at android.view.View.updateDisplayListIfDirty(View.java:19294)
        at android.view.View.draw(View.java:20211)
        at android.view.ViewGroup.drawChild(ViewGroup.java:4394)
        at androidx.compose.ui.platform.y0.a(SourceFile:3)
        at androidx.compose.ui.platform.f2.b(Unknown Source:30)
        at k1.s.T0(Unknown Source:9)
        at k1.v.o1(SourceFile:2)
        at k1.s.T0(SourceFile:3)
        at k1.v.o1(SourceFile:2)
        at k1.s.T0(SourceFile:3)
        at k1.v.o1(SourceFile:2)
        at k1.s.T0(SourceFile:3)
        at k1.v.o1(SourceFile:2)
        at k1.s.T0(SourceFile:3)
        at k1.j.r(SourceFile:3)
        at k1.g.o1(SourceFile:9)
        at k1.s.T0(SourceFile:3)
        at k1.v.o1(SourceFile:2)
        at k1.s.T0(SourceFile:3)
        at k1.v.o1(SourceFile:2)
        at k1.s.T0(SourceFile:3)
        at k1.j.r(SourceFile:3)
        at k1.g.o1(SourceFile:9)
        at k1.t.A(SourceFile:4)
        at n0.h$a.a(SourceFile:2)
        at n0.y.b(SourceFile:13)
        at k1.e0.a(Unknown Source:17)
        at k1.s.i0(SourceFile:4)
        at androidx.compose.ui.platform.f2.dispatchDraw(SourceFile:7)
        at android.view.View.draw(View.java:20486)
        at android.view.View.updateDisplayListIfDirty(View.java:19294)
        at android.view.View.draw(View.java:20211)
        at android.view.ViewGroup.drawChild(ViewGroup.java:4394)
        at androidx.compose.ui.platform.y0.a(SourceFile:3)
        at androidx.compose.ui.platform.f2.b(Unknown Source:30)
        at k1.s.T0(Unknown Source:9)
        at k1.j.r(SourceFile:3)
        at k1.g.o1(SourceFile:9)
        at k1.s.T0(SourceFile:3)
        at androidx.compose.ui.platform.AndroidComposeView.dispatchDraw(SourceFile:10)
        at android.view.View.draw(View.java:20486)
        at android.view.View.updateDisplayListIfDirty(View.java:19294)

部分错误堆栈。未加固前可以正常运行,加固后打开就崩溃。

minSdk 26,targetSdk 32

相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档