-
Notifications
You must be signed in to change notification settings - Fork 808
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
Robust有bug 直接和第三方appsflyer平台冲突 #342
Comments
遇到同样的问题和com.geetest |
引用的第三方包,换个版本解决。 |
I had same issue how to fix this? |
1 similar comment
I had same issue how to fix this? |
找第三方包,换一下版本就可以了,这个就是第三方库的问题。 |
遇到同样的问题,已想到处理办法,看看可行不。 #465 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这是第三方平台地址
https://www.appsflyer.com/cn/
错误原因:
Caused by: java.lang.RuntimeException: cannot find com.appsflyer.r: com.appsflyer.R found in com/appsflyer/r.class
at javassist.CtClassType.getClassFile2(CtClassType.java:202)
at javassist.CtClassType.getModifiers(CtClassType.java:407)
at robust.gradle.plugin.asm.AsmInsertImpl.insertCode(AsmInsertImpl.java:54)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at robust.gradle.plugin.RobustTransform.transform(RobustTransform.groovy:163)
我已经在robust.xml中 配置了 不在”com.appsflyer“包中插入代码也不行
The text was updated successfully, but these errors were encountered: