We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在我写的工程里面,如果不配置realm,就会报错 Caused by: javassist.NotFoundException: compileDebugJavaWithJavac.classes.com.base.event.Event at com.app.plugin.MyInject$_injectDir_closure1.doCall(MyInject.groovy:32)
报错原因是MyInject的32行:CtClass c = pool.getCtClass(className) MyInject的24行:String filePath = file.absolutePath 如果配置上realm, MyInject的24行获取到的路径是工程下的app/build/intermediates/transforms...下面的内容, 如果不进行realm配置,获取到的路径就是工程下的app/build/intermediates/javac/debug/compileDebugJavaWithJavac......下面的内容,然后又以com进行截取字符串,就会出错,
请教下怎么解决
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在我写的工程里面,如果不配置realm,就会报错
Caused by: javassist.NotFoundException: compileDebugJavaWithJavac.classes.com.base.event.Event
at com.app.plugin.MyInject$_injectDir_closure1.doCall(MyInject.groovy:32)
请教下怎么解决
The text was updated successfully, but these errors were encountered: