2

After managing all configuration in the spec file generated by buildozer and running the final command buildozer -v android debug I am getting the following error.

# Ensure build layout
# Check configuration tokens
# Read available permissions from api-versions.xml
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
/bin/sh: dpkg: command not found
# Search for Git (git)
#  -> found at /usr/bin/git
# Search for Cython (cython)
# Cython (cython) not found, please install it.
An student
  • 392
  • 1
  • 6
  • 16

1 Answers1

0

I'm not sure but maybe you can try :

sudo apt-get install cython
pip3 install Cython

// refer to my own ans post

Dharman
  • 30,962
  • 25
  • 85
  • 135
Paul Lam
  • 176
  • 2
  • 12