NicoToast / Fat-Aar-demo

The fat-aar plugin that can be used under android plugin 3.0.1 and gradle wrapper 4.4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请教一个问题

Ficat opened this issue · comments

commented

用fat-aar打包时,依赖的是一个aar,但是打不进去,报找不到R文件下一些资源符号的错误(查了下是找不到support:appcompatv7下的一些资源)。请问这个问题何解?
image

你开了混淆了吗,如果开了混淆的话在proguard-rules上加上
-keep class *.R$ {
*;
}
试试

commented

没开混淆,我依赖的是第三方的aar文件

方便贴上gradle依赖代码吗,看图片看不出是什么原因

commented

image

是embed不是embeded

commented

我测试用的是fat-aar,没用你的这个插件0.0

你需要把v7也打进去吗,如果用到了又不想打进去的话把compile 改为providedCompile