aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2012-05-11 17:28:43 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2012-05-11 17:28:43 +0200
commit1b087778ed727ffbf01637e61ee9dc2c6685e088 (patch)
tree9f27e4f397832e294ce4c89873c365e2bf970f78
parentfabb8aaff61a2aa4abe74a9021ed26f6b866fcae (diff)
downloadBlueGPS-1b087778ed727ffbf01637e61ee9dc2c6685e088.zip
BlueGPS-1b087778ed727ffbf01637e61ee9dc2c6685e088.tar.gz
BlueGPS-1b087778ed727ffbf01637e61ee9dc2c6685e088.tar.bz2
changed location of the bluetooth lib jar
Since adt version 17 or 18 (?) external jar have to be in /libs dir in order to be exported in the android apk. Si I haved to move the backport-android-bluetooth jar from /lib to /libs dir
-rw-r--r--.classpath1
-rw-r--r--libs/backport-android-bluetooth2.jar (renamed from lib/backport-android-bluetooth2.jar)bin87513 -> 87513 bytes
2 files changed, 0 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 79379df..8981741 100644
--- a/.classpath
+++ b/.classpath
@@ -3,7 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
- <classpathentry kind="lib" path="lib/backport-android-bluetooth2.jar"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
diff --git a/lib/backport-android-bluetooth2.jar b/libs/backport-android-bluetooth2.jar
index 367dca1..367dca1 100644
--- a/lib/backport-android-bluetooth2.jar
+++ b/libs/backport-android-bluetooth2.jar
Binary files differ