Add Android jar to classpath
parent
189982a9ba
commit
a4fc39d95f
|
@ -14,6 +14,9 @@ dependencies {
|
|||
}.each { project ->
|
||||
compile project
|
||||
}
|
||||
|
||||
// Add the Android jar to the Eclipse .classpath.
|
||||
compile files(androidBootClasspath)
|
||||
}
|
||||
|
||||
configure (androidProjects) {
|
||||
|
|
Loading…
Reference in New Issue