# Android-Common-Libraries **Repository Path**: mirrors_NordicSemiconductor/Android-Common-Libraries ## Basic Information - **Project Name**: Android-Common-Libraries - **Description**: A library with Nordic's common code for Android apps. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-24 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nordic Common Libraries for Android A libraries with Nordic's common code for Android apps. ## Documentation The latest documentation can be found [here](https://nordicplayground.github.io/Android-Common-Libraries/html/index.html). ## Usage To use this library, add the following to your `build.gradle` file: ```gradle dependencies { implementation 'no.nordicsemi.android.common::' } ``` ## Sample app Run the sample app to see and test most of the components from the library. 1. Clone the repository. 2. Open the project in Android Studio. 3. Run the `app` module on a connected device or emulator.