gzu-liyujiang / gzu-liyujiang/AndroidPicker
混淆报错
- Dominant language
- Java
- Stars
- 6.8k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
-keepclassmembers class * { @org.greenrobot.eventbus.Subscribe ;}
混淆时候报错,说这一行错误
Warning: Exception while processing task java.io.IOException: proguard.ParseException: Expecting java type before ';' in line 215 of file '/app/proguard-rules.pro'
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the reported line in /app/proguard-rules.pro, around line 215, and reproduce the obfuscation build that emits the ParseException. Check the rule syntax against the build configuration and determine what change is required for the parser to accept it. Done means the obfuscation task completes without this parse error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100