shwenzhang / AndResGuard

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

META-INF被占用的问题 #185

Closed XAVlER-S closed 7 years ago

XAVlER-S commented 7 years ago

在做一些组件的时候会用到META-INF,AndResGuard处理之后都丢了。目测代码里直接忽略了META-INF目录,看看可以改成只忽略签名的几个文件吗?

simpleton commented 7 years ago

收到,可以再具体表述一下你的问题么?方便我这边复现和debug

On Fri, Aug 25, 2017 at 1:03 PM, Xavier notifications@github.com wrote:

在做一些组件的时候会用到META-INF,AndResGuard处理之后都丢了。目测代码里直接忽略了META-INF目录, 看看可以改成只忽略签名的几个文件吗?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shwenzhang/AndResGuard/issues/185, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbvYh49fHtGD05MndOloqVS_rvhPTQyks5sblWDgaJpZM4PCOrh .

XAVlER-S commented 7 years ago

@simpleton 例如放了一些文件到『src/main/resources/META-INF/xxx/』目录下,普通打包时可以打到apk的META-INF里的,跑完AndResGuard文件就丢失了。

simpleton commented 7 years ago

@XavierSAndroid 可以使用现在的master,分支试试。我没有clean meta-inf目录了。