From 1b087778ed727ffbf01637e61ee9dc2c6685e088 Mon Sep 17 00:00:00 2001 From: Herbert von Broeuschmeul Date: Fri, 11 May 2012 17:28:43 +0200 Subject: 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 --- .classpath | 1 - lib/backport-android-bluetooth2.jar | Bin 87513 -> 0 bytes libs/backport-android-bluetooth2.jar | Bin 0 -> 87513 bytes 3 files changed, 1 deletion(-) delete mode 100644 lib/backport-android-bluetooth2.jar create mode 100644 libs/backport-android-bluetooth2.jar diff --git a/.classpath b/.classpath index 79379df..8981741 100644 --- a/.classpath +++ b/.classpath @@ -3,7 +3,6 @@ - diff --git a/lib/backport-android-bluetooth2.jar b/lib/backport-android-bluetooth2.jar deleted file mode 100644 index 367dca1..0000000 Binary files a/lib/backport-android-bluetooth2.jar and /dev/null differ diff --git a/libs/backport-android-bluetooth2.jar b/libs/backport-android-bluetooth2.jar new file mode 100644 index 0000000..367dca1 Binary files /dev/null and b/libs/backport-android-bluetooth2.jar differ -- cgit v1.1