I am trying to build an Android project with Gradle and the Android Gradle plugin. I would like to depend on library projects found in external (maven) repositories, e.g. Ac
You are using an older version of the android gradle plugin.
In the latest version 0.3 a lot has been improved in this area.
I would advise you to upstep to version 0.3 of this plugin. Be also aware that you then have to use a more recent version of gradle (1.3 or 1.4).
More information about how external libraries can be used in with this plugin.