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
android-fat-aar/fat-aar.gradle
Line 210 in 5e1e251
// Bugfix: 防止目录地址的startIndex 前面包含/build/目录,所以从startIndex开始查找! def endIndex = aarPath.indexOf('/build/', startIndex) 否则: resname = aarPath.substring(startIndex, endIndex).replace('/', ':')
Cause: java.lang.StringIndexOutOfBoundsException: String index out of range: xxx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
android-fat-aar/fat-aar.gradle
Line 210 in 5e1e251
// Bugfix: 防止目录地址的startIndex 前面包含/build/目录,所以从startIndex开始查找!
def endIndex = aarPath.indexOf('/build/', startIndex)
否则:
resname = aarPath.substring(startIndex, endIndex).replace('/', ':')
Cause:
java.lang.StringIndexOutOfBoundsException: String index out of range: xxx
The text was updated successfully, but these errors were encountered: