Hi,
when I'm running the lint task on my project, I'm getting the following error:
- What went wrong:
Execution failed for task ':app:lint'.
Could not resolve all artifacts for configuration ':app:myAppDebugUnitTestCompileClasspath'.
Failed to transform file 'play-services-gass-15.0.1.aar' to match attributes {artifactType=android-exploded-aar} using transform ExtractAarTransform
> GC overhead limit exceeded
This started happening after I updated my project to use the latest version of play-services-ads (15.0.1).
That said, first of all, I would like to understand what kind of transform it tries to do to this .aar file.
Then, how should we proceed to try to solve it?
Thank you in advance for your time.