filmov
tv
Convert Python App to APK | Kivy App crashing & Blank Screen Solved | Kivy Python Buildozer Tutorial
![preview_player](https://i.ytimg.com/vi/dBg2sjsb6os/maxresdefault.jpg)
Показать описание
In this kivy python to apk tutorial, you will learn how to convert kivy python app into an android apk using buildozer. If your app crashes or you see a blank screen after the pre-splash screen, you will get your answers in this kivy tutorial. Using google colab, you will learn how to successfully convert a Python Kivy App into an Android apk.
###################################################
NOTE:
Apart from these two problems, there are still some problems related to conversion and we are working hard to solve them. In order to keep yourself up-to-date, please SUBSCRIBE to the channel.
##################################################
COLAB INSTRUCTIONS:
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 libffi-dev
6. !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
7. !apt-get update (if necessary)
8. !buildozer init
9. !buildozer -v android debug
###################################################
NOTE:
Apart from these two problems, there are still some problems related to conversion and we are working hard to solve them. In order to keep yourself up-to-date, please SUBSCRIBE to the channel.
##################################################
COLAB INSTRUCTIONS:
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 libffi-dev
6. !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
7. !apt-get update (if necessary)
8. !buildozer init
9. !buildozer -v android debug
Комментарии