-
-
Save Xnuvers007/28d23ff20c0b7961fc08546c78486e1b to your computer and use it in GitHub Desktop.
KivyApp to APK.ipynb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
!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