Skip to content

Android

The Aidlab Android SDK offers a seamless way to integrate Aidmed One and Aidlab with Android apps, facilitating communication and data retrieval. See the latest example on GitHub.

Installation

  1. Add to your module build.gradle dependencies, replacing <latest version>:

    gradle
    implementation 'com.aidlab:sdk:<latest version>'
  2. Set minSdkVersion to 28 (Android 9) and target the current Android SDK (Aidlab SDK builds with target/compile SDK 34).

  3. Ensure correct Bluetooth permissions in AndroidManifest.xml (per current Android privacy requirements).