# microbit **Repository Path**: mirrors_Samsung/microbit ## Basic Information - **Project Name**: microbit - **Description**: micro:bit official Android application code. The application is free to download from https://play.google.com/store/apps/details?id=com.samsung.microbit - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README micro:bit Android application ============================= **Build instructions** * Install needed tools to build the project: * [Android SDK](http://developer.android.com/sdk/index.html) * [Gradle](https://gradle.org/gradle-download/) (Minimum version [2.14.1+](https://developer.android.com/studio/releases/gradle-plugin.html#updating-gradle)) * Go to root directory and run `gradle build`. After build is finished, apk file can be found under `~/app/build/outputs/apk/app-debug.apk` * Or run `gradle installDebug` to build and install app on plugged android device ## Libraries * [Android-DFU-Library](https://github.com/NordicSemiconductor/Android-DFU-Library) * [android-gif-drawable](https://github.com/koral--/android-gif-drawable)