microbit
microbit copied to clipboard
micro:bit official Android application code. The application is free to download from https://play.google.com/store/apps/details?id=com.samsung.microbit
micro:bit Android application
Build instructions
-
Install needed tools to build the project:
-
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