Convert Kivy To Android App Using Buildozer 2021(Lightning Tutorial)

preview_player
Показать описание
This is a pretty quick tutorial to create an app for android from python kivy
using Buildozer
0:05 - Step 1
- Download Latest Version Of Ubuntu
0:10 - Step 2
- Download Latest Version Of VirtualBox
0:16 - Step 3
- Install VirtualBox On Your Pc
0:29 - Step 4
- Create A Virtual Machine
0:48 - Step 5
- Fix Network Settings For VM
1:07 - Step 6
- Install Ubuntu On The VM
2:19 - Step 7
- Make Ubuntu Easier To Use
- Command 1: sudo apt install linux-headers-$(uname -r) build-essential dkms
3:27 - Step 8
- Install Some Packages
- Tip: Use Control + Shift + C to Copy and Control + Shift + V to Paste
- Command 1: sudo apt-get install git libssl-dev cython3
3:45 - Step 9
- Fix Problems With Cython
- Command 1: cd /bin/ && sudo gedit cython
- Write 'cython3 $@' in the text editor and save it (control + s)
- Command 2: sudo chmod 755 cython
- Return To Home Directory Using 'cd ~' command
4:33 - Step 10
- Download And Install Buildozer
- Command 2: 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
- Command 3: cd ..
- Command 4: cd buildozer/
5:18 - Step 11
- Copy Your Kivy Code In a Folder In Ubuntu
- Tip: Use Control + C to Copy and Control + V To Paste In Text Editors
6:03 - Step 12
- Create A .spec File For Your Kivy Code
- Command 1: cd ..
- Command 2: cd kivyapp/
- Command 3: buildozer init
6:57 - Step 13
- Create The App For Android (Apk)
- Command 1: buildozer android debug deploy run
Рекомендации по теме
Комментарии
Автор

Best Tutorial Ever. Thanks for the Indepth and Detailed info. Looking forward to a fast track video on compiling for the IOS platform.

cheseremtitus
Автор

"Hello, after installing the app on my phone, it starts but then suddenly shuts down. Can you help?"

KalifSSJ
Автор

Error:😐
Failed to apply plugin
> Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.

alexkot
Автор

This is probably the best tutorial I have ever seen in my life

Amrit-SR
Автор

error in last etape : local variable 'toolchain_version' referenced before assignment? help me please

oussama
Автор

Thanks for your video. i have a problem in a last step. Do we need connect the phone? I did that correctly but steel not working!

ΔημήτριοςΓιασσιράνης
Автор

How to generate a signed app for publish ?

riteshkumarsrivastava
Автор

I have problem that no module named proto

jagrutipatil
Автор

cool video bro, but am stuck here ' bash: cd: buildozer/: No such file or directory'
but its in my files . what now???

gee_rex
Автор

bro i want the .apk file for the app that i created. can you tell me how?

jeramymiclatcarreon
Автор

Whats mean that error ??? I have use buildozer -v android debug but don’t find the .apk file you think if I use buildozer android debug deploy run work ???

gabrielaiello
Автор

i was using linux so it was less steps for me

sansthefox
Автор

please would you tell us how to download crack sketcup in MacBook Pro

akshaytavar
Автор

If you designing a application im sure there is no need to show people how to install a VM

wadesmith