Codementor Events

HOW TO INSTALL BUILDOZER SUCCESSFULLY IN ORDER TO CREATING AN ANDROID APK FILE IN KIVY:-

Published Apr 14, 2020

(my_kivy_project) pragnya@D075:~/my_kivy_project/app_home$ buildozer init
File buildozer.spec created, ready to customize!
(my_kivy_project) pragnya@D075:~/my_kivy_project/app_home$ gedit File buildozer.spec
(my_kivy_project) pragnya@D075:~/my_kivy_project/app_home$ buildozer android debug deploy

Check configuration tokens

Ensure build layout

Create directory /home/pragnya/my_kivy_project/app_home/.buildozer

Create directory /home/pragnya/my_kivy_project/app_home/bin

Create directory /home/pragnya/my_kivy_project/app_home/.buildozer/applibs

Create directory /home/pragnya/my_kivy_project/app_home/.buildozer/android/platform

Create directory /home/pragnya/my_kivy_project/app_home/.buildozer/android/app

Check configuration tokens

Read available permissions from api-versions.xml

Preparing build

Check requirements for android

Run 'dpkg --version'

Cwd None

Debian 'dpkg' package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.

Search for Git (git)

-> found at /usr/bin/git

Search for Cython (cython)

Cython (cython) not found, please install it.

(my_kivy_project) pragnya@D075:~/my_kivy_project/app_home$

When i tried to install buildozer in my system it stopped at "# Cython (cython) not found, please install it", but in kivy documentation there is no mention for this kind of things.Should i go for further installation of cython?
Discover and read more posts from Pragnya Rout
get started
post commentsBe the first to share your opinion
Show more replies