-
Notifications
You must be signed in to change notification settings - Fork 335
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
升级了下ASM6 有需要的自取 #56
Comments
请问这个库支持Kotlin吗? |
@spysoos 支持的 |
你好,如果我想拦截所有view 的setVisibility(Int) 方法,可行吗? 我的写法是这样的,但是不行 是哪里我写错了吗? |
@liujianAndroid 我用的是你上面的库 |
|
改成Proxy也是不行的 你有试过吗? |
@liujianAndroid 方便留下联系方式吗 请你帮忙解决一下我的问题 我已经弄了快一个星期了... |
@spysoos 微信 lj610491429 |
增量编译失效了。改动代码后重新编译,实际未有任何改动 |
确实有这个问题 |
下载不下来了 |
最新版本依赖 |
编译失败 FAILURE: Build failed with an exception.
|
any solve?java.lang.UnsupportedOperationException: NestHost requires ASM7 |
代码见 https://github.com/liujianAndroid/lancet
使用方式如下
repositories {
mavenCentral()
}
classpath 'com.bytedance.tools.lancet:lancet-plugin-asm6:1.0.0'
The text was updated successfully, but these errors were encountered: