Python Mobile App Tutorial - Part 5: Deploying to Android with Buildozer | Kivy/KivyMD

preview_player
Показать описание
In today's video I show how to use Buildozer to compile our Python app made with Kivy/KivyMD to an Android application.
👇 LINKS AND INFO! 👇

Any and all donations are super appreciated! ❤️

The creators of Kivy have been developing the framework for near a decade without funding. They recently set up a fundraising campaign in an attempt to fund one (to start) core developer of the framework. If you are so inclined, join me in contributing a small donation to help fund this wonderful project. I'm sure they really appreciate the support! Use the link below to check out their donation page. ❤️

Thanks for watching!

- Erik

Follow me on Github!

This video uses the following music:

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

Just discovered this video while trying to debug why my app couldn't find a domain. Love that you ran through every error, explained, and fixed. You deserve a medal or award man.

RuneDShyznit
Автор

I created a calculator using Kivy for my Android phone last year. It works well. I used a 64 bit Lubuntu, because buildozer seems not to work properly on a 32 bit Linux. Nice video, thank you.

atibyte
Автор

Hi Erik!
You are doing a great job by making tutorial videos for kivy framework. I think that it can make kivy (or kivymd) more familiar for community and even more accessible for other developers.
Just keep working and uploading more videos!
Greetings from Poland ☺️🇵🇱

olokel
Автор

hi, Erik, your videos are absolutely awesome and unique! Thank you so much!! Looking forward to KivyMD MacOS and iOS deploying tutorial

sophiakramar
Автор

This video is awesome!!!. I could use the information almost straight forward in Mac OSX.

ricardoospina
Автор

Hi Erik, I have a question about an error which appears while running the App on my Android Phone (Huawei P8lite).
The adb logcat log shows me the two Errors [ E libEGL : validate_display:255 error 3008 (EGL_BAD_DISPLAY) and ModuleNotFoundError: No module named 'PIL' ] and than crashes.

Do you have an idea how to solve this Error?🤨

I have already done some research and tried to get some information but PIL is dead and the requirement for KivyMD is Pillow, like the devolopers published in Github.🤔

I would appreciate your help and thank you in advance.
If you need some logs to look at I will provide it to you.🧐

Greetings from Germany

mit
Автор

Hi Erik!
Looking forward to the same with the iOS app from the kivy project...

abhishekdudhrejia
Автор

Hey you. Yeah, you! Two important notes for you about this video:
1) You'll likely run into the *ModuleNotFoundError: no module named 'certifi'* error way before me. This is because I changed the git repository while making this video. Just add certifi to the requirements line in your buildozer.spec file (as I did around 16:30).


erik-sandberg
Автор

Hope more and more people can see and study this! Thx very much!

huhendery
Автор

Thank you very much for everything.
Your content has been very helpful.

Keep doing this videos they are great.
🙌👏👏👏🙌

Hipnotetas
Автор

This was extremely helpful. Thanks a lot man.

maroso_
Автор

I got error In case bug report, please add a full log with log_level = 2

zionicp
Автор

I do not have garden requirements in my buildozer.spec file. How do I fix this? Even if I write it in. It doesnt change anything and I still get the same error.

wyndhamwoo
Автор

Make a video on release apk...sign apk..which accept google play store

sksahil
Автор

Great video, but i use Google Colab instead of virtual machine, Google Colab creates apk very well. Unfornutaley i can't debug my app on google Colab( doesn't support) so all my apps crahses when ı start them on my phone. Is there any way to debugging my app on windows?

doradenizhalc
Автор

This video is definitely helpful and got to the Cython
error and could not go further.. : no matching distribution found for Cython. Any help would be greatly appreciated. Thank you!

theproguitarist
Автор

I am having problems with gspread in apk when I use buildozer. can you help me?

santiagodeshelley
Автор

Damn, i keep getting ReferenceError "weakly referenced object no longer exists". Any idea how to fix this?

mishavasa
Автор

Fantastic video buddy. Helped me so much. I have now however hit a wall with a FileNotFoundError and cannot figure it out. Are you on a discord channel somewhere?

speckledpython
Автор

Thnaks Bro, i am using Kivymd how can add kivymd to buildozer and others modules .

yacine_re