You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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:
`Execution failed for task ':vendorsdk:createRsFilesomevariantRelease'.
Looks like new Gradle build system creates in intermediates folder:
folders. Hence, fat-aar cannot find release folder. Fat-aar should respect variant folders.
The text was updated successfully, but these errors were encountered: