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

BUILD FAILED when building fat AAR #36

Open
nitishjain24 opened this issue Apr 23, 2019 · 2 comments
Open

BUILD FAILED when building fat AAR #36

nitishjain24 opened this issue Apr 23, 2019 · 2 comments

Comments

@nitishjain24
Copy link

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
Copy link
Contributor

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
Copy link

Is there a plan to add support for 3.4?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants