-
Notifications
You must be signed in to change notification settings - Fork 267
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
Lambda 表达式导致的NoClassDefFoundError 错误 #55
Comments
demo复现步骤: @kissonchan
|
因为Lambda表达式desurge生成的class被留在的host中 |
活捉 |
apply plugin: 'com.iqiyi.qigsaw.dynamicfeature' |
官方有对应的issue:https://issuetracker.google.com/issues/181185126 |
多classloader下混淆的lambda表达式位于host的问题 后续:
|
在使用qigsaw 插件化项目的时候,遇到了split中使用lambda表达式在打release包混淆时,打包可以成功,但在运行lambda表达式处会crash,其中R8和Proguard混淆都会报NoClassDefFoundError错误,请问这可能是什么原因导致的,应该怎么解决呢?
我尝试了以下方法都无效:
The text was updated successfully, but these errors were encountered: