Add Android jar to classpath

This commit is contained in:
Florian Schmaus 2016-02-24 10:46:00 +01:00
parent 189982a9ba
commit a4fc39d95f
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ dependencies {
}.each { project -> }.each { project ->
compile project compile project
} }
// Add the Android jar to the Eclipse .classpath.
compile files(androidBootClasspath)
} }
configure (androidProjects) { configure (androidProjects) {