Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working for Build Variants version 1.2.9 for gradle 3.6.1 #126

Closed
MichalDanielDobrzanski opened this issue Mar 23, 2020 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@MichalDanielDobrzanski
Copy link

`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.

@kezong kezong added the bug Something isn't working label Mar 24, 2020
@kezong
Copy link
Owner

kezong commented Apr 8, 2020

Fixed in 1.2.10

@kezong kezong closed this as completed Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants