Py to Apk || How to create Android Application using Python

preview_player
Показать описание
In this video we will discuss how to convert python file to apk file or simply how to create android application using python
`
time stamp
00:00 : Video Intro
01:35 : installing oracle virtualbox on windows || installing ubuntu on virtual machine
08:44 : Installing buildozer on virtual machine || installing buildozer on linux ubuntu || buildozer python installation
09:31 : Installing cython on linux || cython install on virtualbox
11:11 : downloading github repo on virtual machine
14:14 : buildozer build apk

Commands to copy
sudo apt-get install git libssl-dev cython3

problem with cython

cd /bin/ && sudo gedit cython
Write 'cython3 $@' and save

sudo chmod 755 cython

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

cd buildozer/

buildozer init

make changes in spec file
(internet enable, orientation etc )

buildozer android debug

my setup and gadgets

some keywords for video
python android development
python to android
kivy python
py to apk
buildozer complete tutorial
buildozer python android
buildozer python-for-android
Рекомендации по теме
Комментарии
Автор

Sir i am having a camera code and that is required a cascade
So where i need to store those files

mayurmore
Автор

I've been looking for a way to make an app with python, thanks

RandomMusicD
Автор

Wouldn't it be easier just to do this through WSL instead of a VM?

xtalviper
Автор

I did everything in the video as you say and I got an apk file but when I run it on Android it doesn't work

cisco
Автор

It's just late because I was looking to this before 1 year

harshittechnology
Автор

how much time it take, it run for 2 hours but apk not build

virentarsariya