Skip to content

metulburr/kivy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup kivy linux
sudo apt-get install cython

python2.x only so far. Download buildozer and install

git clone https://github.com/kivy/buildozer
cd buildozer
sudo python setup.py install

Go into app directory

buildozer init
buildozer android debug deploy run

If its the first time... Last cmd can take a long time to install SDK, NDK, etc. -verbose to buildozer to view output

Testing APK file on PC

download http://kivy.org/#download and execute

sudo python setup.py install
python main.py

Releases

No releases published

Packages

No packages published

Languages