PyDevices / pydisplay_android

Android APK path for pydisplay

The Android APK path for pydisplay — python-for-android recipes, a buildozer demo, and desktop smoke tests.

Source on GitHub PyDevices

Build the demo APK

git clone https://github.com/PyDevices/pydisplay_android.git
cd pydisplay_android

# Requires Android SDK/NDK + buildozer.
# Packages are pulled from TestPyPI -- follow this repo's
# build-demo steps for the exact buildozer.spec setup.
./build_android.sh

Related