Mobbeel / fataar-gradle-plugin

Gradle plugin to help embed dependencies in generated AAR artifact
https://plugins.gradle.org/plugin/com.mobbeel.plugin
Apache License 2.0
342 stars 44 forks source link

BUILD FAILED when building fat AAR #36

Open nitishjain24 opened 5 years ago

nitishjain24 commented 5 years ago

What are the steps to reproduce this issue?

I am using the command gradle clean assemble --stacktrace to create the AAR on a library project.

What happens?

BUILD FAILED

What were you expecting to happen?

I was expecting it to build the fat AAR

Any logs, error output, etc?

https://ghostbin.com/paste/66huy

Any other comments?

The following are being used in the environment: classpath "com.mobbeel.plugin:fat-aar:2.0.1" classpath 'com.android.tools.build:gradle:3.4.0' distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

liushuai42 commented 5 years ago

I found fat aar only support 3.1.4,you can downgrade to 3.1.4 and have a try. classpath 'com.android.tools.build:gradle:3.1.4'

zsweigart commented 5 years ago

Is there a plan to add support for 3.4?