WindySha / ManifestEditor

This is a tool used to modify Android Manifest binary file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

修改包名后使用字符串资源错误

yujack008 opened this issue · comments

05-05 15:27:12.182 17258 17258 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.quok.screwJamaa/com.rollic.elephantsdk.ElephantActivity}: android.content.res.Resources$NotFoundException: String resource ID #0x0

commented

+1 同样问题:AndroidRuntime: java.lang.RuntimeException::Unable to start activity{XX/XX.MainActivity} android.content.res.Resources$NotFoundException: String resource ID #0x0

commented

可能是资源混淆了,导致资源名称在不区分大小写的平台上(mac)出现资源被覆盖的问题,可以参考下这个规避方案:
WindySha/Xpatch@773674b