shwenzhang / AndResGuard

proguard resource for Android by wechat team
Apache License 2.0
8.54k stars 1.54k forks source link

混淆完毕,旧资源还在包里 #15

Closed wszf closed 9 years ago

wszf commented 9 years ago

RT 确实多了R文件夹,但是未混淆资源还在生成的包内,并且已签名,是我姿势不对吗?

wszf commented 9 years ago

改了下源码,粗略的将原始资源剔除了

shwenzhang commented 9 years ago

能把安装包发我一下?shaowenzhang1986@gmail.com

wszf commented 9 years ago

这个和包有关系吗?我测试了几个app都是混淆完成后原有的资源还在包内

shwenzhang commented 9 years ago

资源当然会在,只是改了文件名而已。

2015-10-20 13:06 GMT+08:00 wszf notifications@github.com:

这个和包有关系吗?我测试了几个app都是混淆完成后原有的资源还在包内

— Reply to this email directly or view it on GitHub https://github.com/shwenzhang/AndResGuard/issues/15#issuecomment-149434237 .

wszf commented 9 years ago

我的意思是包内同时存在两份资源,一个是改过名字的,另外一份就是正常未改名字的。虽然生成包已经使用了改过名字的资源,但是并未删除未改名字的资源,是这样把?