Пытаюсь собрать приложение для Android.
Использую команду
buildozer android debug deploy run
В результате получаю ошибку
# Command failed: /Library/Frameworks/Python.framework/Versions/2.7/Resources/
Python.app/Contents/MacOS/Python -m pythonforandroid.toolchain create
--dist_name=myapp --bootstrap=sdl2 --requirements=kivy --arch armeabi-v7a
--copy-libs --color=always --storagedir=/Users/victor/Documents/RemoteController1/
.buildozer/android/platform/build
#
# Buildozer failed to execute the last command
# If the error is not obvious, please raise the log_level to 2
# and retry the latest command.
# In case of a bug report, please add a full log with log_level = 2
Как исправить? В чём проблема?