CodeLocator icon indicating copy to clipboard operation
CodeLocator copied to clipboard

java.lang.UnsupportedOperationException: This feature requires ASM6

Open haoyubihai opened this issue 2 years ago • 3 comments

报 java.lang.UnsupportedOperationException: This feature requires ASM6 错误

haoyubihai avatar Oct 10 '23 02:10 haoyubihai

大佬解决了么 我也遇到这个问题了

OvenCroc avatar Nov 21 '23 07:11 OvenCroc

没有

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2023年11月21日 15:06 | | 收件人 | @.> | | 抄送至 | @.>@.> | | 主题 | Re: [bytedance/CodeLocator] java.lang.UnsupportedOperationException: This feature requires ASM6 (Issue #39) |

大佬解决了么 我也遇到这个问题了

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

haoyubihai avatar Nov 28 '23 10:11 haoyubihai

作者已经解决了这个问题了: 代码见 https://github.com/liujianAndroid/lancet 使用方式如下

repositories { mavenCentral() } classpath 'com.bytedance.tools.lancet:lancet-plugin-asm6:1.0.0'

Fritz-Xu avatar Jun 04 '24 13:06 Fritz-Xu