Convert Kivy App To Apk - How to Make Mobile Apps With Python #14

Опубликовано: 19 Январь 2025
на канале: ShawCode
51,073
862

In this video I show you how to convert Kivy App to APK. To do this, we use a program called buildozer which allows us to covert a PY to APK.

COMMANDS FOR THIS VIDEO:
sudo apt install python3-pip
pip3 install kivy
pip3 install buildozer
sudo apt update
sudo apt install -y git zip unzip openjdk-8-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
pip3 install Cython==0.29.19
export PATH=$PATH:~/.local/bin/
buildozer init
buildozer -v android debug

Subscribe for more easy to follow Python tutorials: youtube.com/c/ShawCode?sub_confirmati...

Python Advanced Tutorials –    • Python Advanced Tutorials  

If you found this video useful, then be sure to leave a like on the video and subscribe if you want to see more tutorials from me!
Thanks for watching!