huazhouwujinbiao
huazhouwujinbiao
项目里接了appsflyer,版本为com.appsflyer:af-android-sdk:4.10.0@aar AndResGuard使用的版本为com.tencent.mm:AndResGuard-gradle-plugin:1.1.8 **Windows编译出现下面的错误,linux和mac下编译没有该问题** 经过跟踪发现appsflyer的classes.jar中存在一个com/appsflyer/internal/a.和b.文件,而AndResGuard打包时估计是把文件名后缀.去掉了,导致出现下面的“do not have the compress data path=com/appsflyer/internal/a”编译错误 尝试使用AndResGuard最新版本打包,编译能通过,但是原来的打包后应该存在的a.和b.文件不见了。(不混淆资源打包后apk根目录下应该有com/appsflyer/internal/a.和b.文件) 出现该问题该怎么解决? resourceprpguard begin unziping apk to E:\xxxxx\app\build\outputs\apk\AndResGuard_xxx-release-xxxxx\temp decoding resources.arsc parse to get the exist names in the resouces.arsc first...