I collected the Gradle log from my daily build in Android, and I am wondering what is the meaning of
Executing transform
IdentityTransform->ExtractAarTransform->AarTransformon artifactsupport-core-ui.aar(com.android.support:support-core-ui:28.0.0)
Just add the support-core-ui:28.0.0 aar to the classpath ?
That's all? correct me if I'm wrong. Thanks!
For aar dependencies, it usually includes .jar (the class files), aidl, jni libs and resources, when you integrate it to your project, gradle tasks will extract those classes and other folders for subsequent steps to process, this is what ExtractAarTransform does, see source code ExtractAarTransform.
For AarTransform, it returns the content of an extracted AAR folder, see AarTransform
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With