gradle-android-eclipse icon indicating copy to clipboard operation
gradle-android-eclipse copied to clipboard

AARs are exploded to the build directory which gets deleted by gradle clean

Open schildbach opened this issue 6 years ago • 1 comments

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.

schildbach avatar Apr 26 '19 21:04 schildbach

I'm working on this, see https://github.com/greensopinion/gradle-android-eclipse/wiki/2020-experiment

greensopinion avatar Feb 19 '20 16:02 greensopinion