didi / DRouter

Android Router Framework
Apache License 2.0
744 stars 93 forks source link

Expected stack map table for method with non-linear control flow #70

Open wdeo3601 opened 3 months ago

wdeo3601 commented 3 months ago
WARNING: D:\examonline-android\app\build\intermediates\classes\debug\ALL\DebugDRouterTask\classes.jar: D8: Expected stack map table for method with non-linear control flow.

编译日志里有很多这个警告,移除掉drouter插件后这个警告会消失。
gradle version:8.7
AGP:8.5.1
drouterPlugin:1.4.0
drouterApi:2.4.6
image

wdeo3601 commented 3 months ago

看着像是 javassist 中的问题https://github.com/jboss-javassist/javassist/issues/328#issuecomment-657159998