-
Notifications
You must be signed in to change notification settings - Fork 268
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
java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 0 #90
Comments
-i 打开日志开关看看,是哪个jar失败了 |
这看不出来 |
可以参考Readme 加黑名单试试 |
|
@allenymt 我这边也遇到了同样的问题 |
堆栈发出来看看 |
Task :app:transformClassesWithPrivacySentryPluginFor000_chinasoDebug FAILED Try: Exception is: |
用的版本号多少 |
同上,现在有解决之法吗? |
1.2.3试试,1.2.2有复现一个场景,修复了,但不确定是不是同一个原因 |
我用的就是1.2.3,不能编译通过,需要通过黑名单过滤掉不能编译通过的类。我的是openInstall 这个库导致不能编译通过 |
openInstall 给个全名,我有空看看 |
https://www.openinstall.io/download.html 一个app推广平台的sdk,你可以试试,我这边是加了他的黑名单才解决的。 |
大佬们 我也遇到这个问题了 应该怎么解决牙 |
同样的问题 有解决方案了吗 设置了一堆黑名单都不行 |
我是下载了源代码,集成到自己的项目,然后把PrivacyClassProcessor里面runHook方法异常的时候输出className,这样就知道具体是哪个包的问题了。 |
我也遇到了这个问题,是因为使用com.mob包引起的,我把这个加入到白名单就好了。 |
gradle版本:7.3.3
PrivacySentry版本:1.2.1
编译报错如下:
通过./gradlew app:assembleDebug -i 打印了详细报错信息
请问这是啥问题?
The text was updated successfully, but these errors were encountered: