From a4fc39d95fa24146987426033d8bb18852b6e75e Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 24 Feb 2016 10:46:00 +0100 Subject: [PATCH] Add Android jar to classpath --- smack-android/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/smack-android/build.gradle b/smack-android/build.gradle index e302aa602..c5c9a920d 100644 --- a/smack-android/build.gradle +++ b/smack-android/build.gradle @@ -14,6 +14,9 @@ dependencies { }.each { project -> compile project } + + // Add the Android jar to the Eclipse .classpath. + compile files(androidBootClasspath) } configure (androidProjects) {