Convert Python to Android with Linux Fix Common Bugs

preview_player
Показать описание
#Convert Python to Android with Linux Fix Common Bugs
this is commands to used on your Terminal as i did
1- pip install buildozer
2-pip install cython==0.29.19
3-sudo apt-get install -y python3-pip build-essential git python3 python3-dev ffmpeg libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev zlib1g-dev
4-sudo apt-get install -y libgstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good

5-sudo apt-get install build-essential libsqlite3-dev sqlite3 bzip2 libbz2-dev zlib1g-dev libssl-dev openssl libgdbm-dev libgdbm-compat-dev liblzma-dev libreadline-dev libncursesw5-dev libffi-dev uuid-dev libffi6

6-sudo apt-get install libffi-dev

7-buildozer init

8-buildozer -v android debug

9-buildozer android clean

Рекомендации по теме
Комментарии
Автор

Thanks for the Indepth and Detailed info. but I stuck here: buildozer -v android debug; it always show # Java compiler (javac) not found, please install it. Actually, I already installed it ( openjdk version "21.0.3" 2024-04-16
OpenJDK Runtime Environment (build 21.0.3+9-Ubuntu-1ubuntu1)
OpenJDK 64-Bit Server VM (build 21.0.3+9-Ubuntu-1ubuntu1, mixed mode, sharing)
Can you help?

ranliu
Автор

AMI igual me aparecia los mismo todo esas dependecias ya las instale ahora me aparece otro error me aparece un chingo de errores y Nome deja instalarla lo que es el apk quiero que alguien me asesore me estoy apoyando con chat gpt pero ya no me da la cabezas para pensar más cosas

brauliogarcia