kezong / fat-aar-android

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working for Build Variants version 1.2.9 for gradle 3.6.1

MichalDanielDobrzanski opened this issue · comments

`Execution failed for task ':vendorsdk:createRsFilesomevariantRelease'.

No signature of method: com.kezong.fataar.RProcessor.IllegalAccessException() is applicable for argument types: (org.codehaus.groovy.runtime.GStringImpl) values: [{/Users/me/projects/myproject/build/intermediates/compile_symbol_list/somevariant/release/R.txt} not found]
`

Looks like new Gradle build system creates in intermediates folder:

  • somevariantDebug
  • somevariantRelease

folders. Hence, fat-aar cannot find release folder. Fat-aar should respect variant folders.

Fixed in 1.2.10