Skip to content

Instantly share code, notes, and snippets.

@Xnuvers007
Forked from kaustubhgupta/kivyapp-to-apk.ipynb
Created April 21, 2024 16:10
Show Gist options
  • Save Xnuvers007/28d23ff20c0b7961fc08546c78486e1b to your computer and use it in GitHub Desktop.
Save Xnuvers007/28d23ff20c0b7961fc08546c78486e1b to your computer and use it in GitHub Desktop.
KivyApp to APK.ipynb
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Xnuvers007
Copy link
Author

!pip3 install --upgrade buildozer
!sudo apt update
!sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
!pip3 install --user --upgrade Cython==0.29.33 virtualenv # the --user should be removed if you do this in a venv
!export PATH=$PATH:~/.local/bin/
!buildozer init
!buildozer -v android debug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment