filmov
tv
Convert Kivy To Android App Using Buildozer 2021(Lightning Tutorial)
Показать описание
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
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
Комментарии