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

preview_player
Показать описание
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

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!
Рекомендации по теме
Комментарии
Автор


This is the last tutorial in the Python Mobile App Development series! In the next series, I am going to be showing you how to make a game with Python and Pygame, so be sure to subscribe so you don't miss out on that!

ShawCode
Автор

Hey, Amazing kid. I was surprised of your work just now i watched ur playlist doing greate man...

im.mowthik
Автор

Thank you for this tutorial. You are a great teacher and you have a bright future. Keep going!

cerennuralp
Автор

This is so cool! :D I'm seeing you from Mexico, you are great!

israelcarmona
Автор

Hello caleb i'm a follower in your youtube chanel and i am very happy about what are you teaching us.and i have a simple question for you: what are your Learning resources ? (books for example).and thank you

dechemiimad
Автор

HI! Thanks for the vid. How can you customize the logo of the app on your phone?

leonm
Автор

nice video. thanks! Wouldn't it be possible to use WSL2?

JavierLazaro-psgl
Автор

hi shawcode, it will be very appreciated if u could answer this, how if i use not only main.py but also other .py files required and opencv library with camera and storage requirements? what changed need to be made? thanks a lot, looking forward for the reply!

yvonneeng
Автор

can this be done on windows with another app

mritorto
Автор

Do you think the converter would also work if the kv file is already inside the py program?

lovermonkey
Автор

Hey if I am supposed to import other libraries and use it in the app will it still work

rolando
Автор

Your tutorial very helpful Thank you so much. Could you please make tutorial small project about small market with database

yousifahmed
Автор

Is it not necessary to have Android SDK installed in Linux machine for building apk files using buildozer?

kishorel
Автор

Really Nice Video. This video helped me

yousifahmed
Автор

Very good one💙. Why taking long time for new videos bro?

learnnow
Автор

i got an error that the last command of debugging failed how to rectify

aartimalvi
Автор

Why in 6:53 says "My Application" and not the name of the app "Shopping List"?? And also can I publish an app in google play store with the help of the buildozer? Thanks!

argiepoul
Автор

Hey, so I just created a big quiz program using Kivy, for my ap csp class. It works incredibly fine on pycharm but as soon as I turn it into a exe file I get this error saying failed to execute script main. I followed tech with tims entire "How to Convert any Python File to .EXE" tutorial and I'm still getting this issue. If I follow this tutorial would this work as an apk?

taseen
Автор

Would this work if you made a game using the pygame module?

acaiirose
Автор

Hi friend. It is interesting. I see you do it from Linux. I have windows. You can do it from Windows please.

Henry_Nunez