gradle-android-eclipse
gradle-android-eclipse copied to clipboard
AARs are exploded to the build directory which gets deleted by gradle clean
For me, this causes broken projects in Eclipse over and over.
Likely for that reason, the gradle eclipse plugin puts libraries (and its sources) into the local Gradle cache. It would be good if gradle-android-eclipse would use that approach too.
I'm working on this, see https://github.com/greensopinion/gradle-android-eclipse/wiki/2020-experiment