Files in ble/ of tip
Not logged in

Files in directory /ble from the latest check-in

  • gradle
  • src
  • AndroidManifest.xml
  • ant.properties
  • build.gradle
  • build.properties
  • build.xml
  • gradlew
  • gradlew.bat
  • proguard-project.txt
  • project.properties
  • README.txt

================================================================================
ble - Android library project to implement Bluetooth low energy functions
================================================================================

Requirements:

Android SDK (version 21 or later)
http://developer.android.com/sdk/index.html

Requested API level from project.properties: 21 (Android 5.0)
Minimum API level at runtime: 19 (Android 4.4)

================================================================================
 Building the package
================================================================================

1. Refresh the project settings using the android command from Android SDK:

   android update project

2. Review local.properties to point to the directory where Android SDK resides

3. Use ant to build the project:

      ant debug
   or
      ant release

4. Copy the resulting bin/classes.jar into the libs folder of your
   Android project as ble.jar

5. Clean the build tree:

   ant clean