Skip to content

PetkoKuzmanov/microbit-android

 
 

Repository files navigation

micro:bit Android application

Build instructions

  • Install needed tools to build the project:

  • Fetch submodules git submodule update --init --recursive

  • Go to root directory and run gradle assembleDebug. 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

Potential Pitfalls

If Gradle is unable to find the correct Android SDK, check the SDK install location is correctly set on the path. You should have a ENV variable ANDROID_SDK_ROOT pointing to the SDKs location.

Code of Conduct

Trust, partnership, simplicity and passion are our core values we live and breathe in our daily work life and within our projects. Our open-source projects are no exception. We have an active community which spans the globe and we welcome and encourage participation and contributions to our projects by everyone. We work to foster a positive, open, inclusive and supportive environment and trust that our community respects the micro:bit code of conduct. Please see our code of conduct which outlines our expectations for all those that participate in our community and details on how to report any concerns and what would happen should breaches occur.

About

micro:bit official Android application code. The application is free to download from https://play.google.com/store/apps/details?id=com.samsung.microbit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.2%
  • HTML 1.5%
  • JavaScript 0.3%