Skip to content

Building for Android

Martin edited this page Mar 17, 2026 · 3 revisions

Android support is completely experimental and more of a toy project.

  1. Run ./bootstrap-android-deps.sh from the root of the project
  2. buildozer -v android debug
  3. adb install bin/tauon-9.1.1-arm64-v8a-debug.apk or otherwise install the APK on your phone
  4. adb logcat | grep python to get filtered logs

WIP branch is over at https://github.com/C0rn3j/Tauon/tree/buildozer, current Tauon master does not have all the necessary changes in.

Clone this wiki locally