twlkyao

Results 10 comments of twlkyao

> 使用Lancet后,在library Module里的修改,需要clean后再次run,修改才能加载到APK里 > 测试后发现,需要删除掉Lancet里的transforms缓存,才可以成功; > 麻烦检测下transforms的逻辑是否正确 > > 另外,建议在修复该bug之前,在ReadMe里增加以下文字: > 在app的build.gradle下插入以下代码fix该问题 > "rm -rf ${project.buildDir}/intermediates/transforms/lancet".execute() 加入这个之后还是不行,有别的方法么

> > Proxy和Insert有什么本质区别么 > > Proxy是hook方法被调用的地方,insert是hook方法体,也就是方法声明的地方。 > Proxy的存在主要是用在hook android.jar的class 如果针对非系统类,可以实现的效果是一样的,只是针对系统类不一样吧

> > > > > Proxy和Insert有什么本质区别么 > > > > > > > > > > > > Proxy是hook方法被调用的地方,insert是hook方法体,也就是方法声明的地方。 > > > > Proxy的存在主要是用在hook android.jar的class > > > > >...

报什么错,而且你为什么直接调用testThis,一般是织入某个方法,然后调用被织入的方法,在这里比如调用test.nothing()

> 我试了一下ASM6, 可以使用,也打包了,需要的同学可以留言 可否编译后发布个插件

感觉使用这种方法不可避免地会出现如上问题

Yeah, the code for Gabor filter will lose some data on the picture, how to fix or reduce it.

Still can't generate the plugin, I think it is because the link for ivy-2.1.0.jar is not very stable. Can we generate the plugin and put it on github for some...

I have tried both solutions without success, it once said success, but without generating the plugin, I have tried several times still without success, it reports the error **You need...

> 代码混淆的问题 要放到你的target module proguard下 我在debug下也遇到了,应该不是混淆问题,请问还有什么别的可能么