Before Gradle was used with libgdx I could just open my Eclipse project in AIDE and everything worked fine. As of libgdx version 1.0 I now use Gradle in Eclipse but I don't know how to get this to work with AIDE.
It's not finding the jar libraries because I get compile errors about unknown libgdx classes.
Do I have to add a local Maven repository or is there another way?
Thanx!