Showing Posts From
Buildozer
- September 21, 2015
[HowTo] Install Kivy and Buildozer on Fedora 22 and Making APK
In a previous post, installing Kivy on Ubuntu 15.04 was issued. Today, there is a main development which is using SDL2 instead of Pygame. You can find why this is significant on Google. I cannot find Kivy and Buildozer installion document for Fedor...
- July 2, 2015
[HowTo] Install Kivy and Buildozer on Ubuntu 15.04
Installing Kivy and building an apk file is the fundamental step of coding Android applications with Python. In this post, Buildozer is used for building apk, installing sdk, ndk and other dependencies automatically. All commands on this post are a...
- July 2, 2015
[HowTo] [Python/Kivy] Building APK With Buildozer
In the [previous post](http://www.gurayyildirim.com.tr/howto-install-kivy-and-buildozer-on-ubuntu-15-04-1169.html), how to install Kivy and Buildozer on Ubuntu is examined. In this post, you will find stages making APK files on Ubuntu with Python an...