bytedance / AabResGuard

The tool of obfuscated aab resources.(Android app bundle资源混淆工具)
Apache License 2.0
1.32k stars 182 forks source link

使用 jar 命令行资源混淆报错 java.lang.NullPointerException #96

Open ffdsss opened 1 year ago

ffdsss commented 1 year ago

image 执行后报错: image

VocientLuo commented 1 year ago

@ffdsss ,所有文件引用都要用绝对路径,jar包里有用到file.getParent()方法,用相对路径会报空指针。