adwiv / android-fat-aar

Gradle script that allows you to merge and embed dependencies in generted aar file
The Unlicense
1.46k stars 435 forks source link

exploded-aar is not generated #75

Open MadhuriGupta opened 7 years ago

MadhuriGupta commented 7 years ago

Unable to build due to following error. I am not seeing any exploded-aar directory in my module. How to generate this directory ?

Error:FAILURE: Build failed with an exception.

chengshengyang commented 6 years ago

edit file gradle.properties and add line: android.enableBuildCache=false

IgorGanapolsky commented 6 years ago

@chengshengyang This no longer works with com.android.tools.build:gradle:3.0.0-beta3

LeonXtp commented 6 years ago

@IgorGanapolsky Then how to get the new directory?