-
Notifications
You must be signed in to change notification settings - Fork 428
Open
Description
android-fat-aar/fat-aar.gradle
Line 210 in 5e1e251
| def endIndex = aarPath.indexOf('/build/') |
// 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels