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

Caused by: java.lang.UnsupportedOperationException: NestMember requires ASM7 #83

Open
itcayman opened this issue Jul 13, 2023 · 1 comment

Comments

@itcayman
Copy link

运行生成apk,插装过程时报错
Caused by: java.lang.UnsupportedOperationException: NestMember requires ASM7
at org.objectweb.asm.ClassVisitor.visitNestMember(ClassVisitor.java:251)
at org.objectweb.asm.ClassReader.accept(ClassReader.java:696)
at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
at com.ss.android.ugc.bytex.common.visitor.ClassVisitorChain.accept(ClassVisitorChain.java:55)
at com.ss.android.ugc.bytex.common.processor.ClassFileAnalyzer.handle(ClassFileAnalyzer.java:107)
... 7 more

@mzule
Copy link
Collaborator

mzule commented Jul 19, 2023

已经发布了一个测试版本,可以验证下 2.0.3-rc01

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

No branches or pull requests

2 participants