sdkmanager path "/root/.buildozer/android/platform/android-sdk/tools/bin/sdkmanager" does not exist, sdkmanager is notinstalled

1,117 views
Skip to first unread message

Muhammad Fahim Arefi

unread,
May 30, 2020, 10:59:37 PM5/30/20
to Kivy users support
Hello;

during sudo buildozer android debug deploy run process if faced to low disk space, I increased the size by using Gparition form live ubuntu now when I run the code I face to this issue:

please help

 
(my-project-env) muhfahim@muhfahim-Latitude-E6510:~/Desktop/Hworld$ sudo buildozer android debug deploy run
# Check configuration tokens
Buildozer is running as root!
This is not recommended, and may lead to problems later.
Are you sure you want to continue [y/n]? y
# Ensure build layout
# 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.7 (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)
#  -> found at /usr/bin/cython
# Search for Java compiler (javac)
#  -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
# Search for Java keytool (keytool)
#  -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
# Install platform
# Run 'git config --get remote.origin.url'
# Cwd /home/muhfahim/Desktop/Hworld/.buildozer/android/platform/python-for-android
https://github.com/kivy/python-for-android.git
# Run 'git branch -vv'
# Cwd /home/muhfahim/Desktop/Hworld/.buildozer/android/platform/python-for-android
* master 17dfa6a0 [origin/master] Merge pull request #2174 from kivy/release-2020.04.29
# Run '/usr/bin/python3.7 -m pip install -q --user \'appdirs\' \'colorama>=0.3.3\' \'jinja2\' \'six\' \'enum34; python_version<"3.4"\' \'sh>=1.10; sys_platform!="nt"\' \'pep517<0.7.0"\' \'toml\''
# Cwd None
# Apache ANT found at /root/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /root/.buildozer/android/platform/android-sdk
# Recommended android's NDK version by p4a is: 19c
# Android NDK found at /root/.buildozer/android/platform/android-ndk-r19c
# Installing/updating SDK platform tools if necessary
# Check configuration tokens
# sdkmanager path "/root/.buildozer/android/platform/android-sdk/tools/bin/sdkmanager" does not exist, sdkmanager is notinstalled

Robert Flatt

unread,
May 31, 2020, 12:49:18 AM5/31/20
to Kivy users support
Disk management is way out of the scope of this group

The error looks like a Google license issue as well.  Type   y    (2 or maybe 3 times)

Also do NOT run builddozer with sudo. It issues a waring if you do (at least it did last time I looked)
The damage is already done.
Delete ~/.buildozer <project>/.buildozer  and  then look in ~ for directories that should not be owned by root  perhaps .cache .gradle  .kivy  and ?

Muhammad Fahim Arefi

unread,
May 31, 2020, 1:16:15 AM5/31/20
to Kivy users support
I followed the link again I get this issue:

(my-project-env) muhfahim@muhfahim-Latitude-E6510:~/Desktop/Hworld$ buildozer -v android debug

# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
Debian 'dpkg' package management program version 1.19.7 (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)
#  -> found at /home/muhfahim/.local/bin/cython

# Search for Java compiler (javac)
#  -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
# Search for Java keytool (keytool)
#  -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
# Install platform
# Run 'git config --get remote.origin.url'
# Cwd /home/muhfahim/Desktop/Hworld/.buildozer/android/platform/python-for-android
https://github.com/kivy/python-for-android.git
# Run 'git branch -vv'
# Cwd /home/muhfahim/Desktop/Hworld/.buildozer/android/platform/python-for-android
* master 17dfa6a0 [origin/master] Merge pull request #2174 from kivy/release-2020.04.29
# Run '/home/muhfahim/my-project-env/bin/python3 -m pip install -q  \'appdirs\' \'colorama>=0.3.3\' \'jinja2\' \'six\' \'enum34; python_version<"3.4"\' \'sh>=1.10; sys_platform!="nt"\' \'pep517<0.7.0"\' \'toml\''
# Cwd None
# Apache ANT found at /home/muhfahim/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /home/muhfahim/.buildozer/android/platform/android-sdk

# Recommended android's NDK version by p4a is: 19c
# Android NDK found at /home/muhfahim/.buildozer/android/platform/android-ndk-r19c
# Check application requirements
# Check garden requirements
# Compile platform
# Run '/home/muhfahim/my-project-env/bin/python3 -m pythonforandroid.toolchain create --dist_name=Hello --bootstrap=sdl2 --requirements=python3,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/muhfahim/Desktop/Hworld/.buildozer/android/platform/build-armeabi-v7a" --ndk-api=21'
# Cwd /home/muhfahim/Desktop/Hworld/.buildozer/android/platform/python-for-android
/home/muhfahim/Desktop/Hworld/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py:84: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp
[INFO]:    Will compile for the following archs: armeabi-v7a
[INFO]:    Found Android API target in $ANDROIDAPI: 27
[INFO]:    Available Android APIs are ()
[ERROR]:   Build failed: Requested API target 27 is not available, install it with the SDK android tool.
# Command failed: /home/muhfahim/my-project-env/bin/python3 -m pythonforandroid.toolchain create --dist_name=Hello --bootstrap=sdl2 --requirements=python3,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/muhfahim/Desktop/Hworld/.buildozer/android/platform/build-armeabi-v7a" --ndk-api=21
# ENVIRONMENT:
#     SHELL = '/bin/bash'
#     SESSION_MANAGER = 'local/muhfahim-Latitude-E6510:@/tmp/.ICE-unix/1614,unix/muhfahim-Latitude-E6510:/tmp/.ICE-unix/1614'
#     QT_ACCESSIBILITY = '1'
#     COLORTERM = 'truecolor'
#     XDG_CONFIG_DIRS = '/etc/xdg/xdg-ubuntu:/etc/xdg'
#     XDG_MENU_PREFIX = 'gnome-'
#     GNOME_DESKTOP_SESSION_ID = 'this-is-deprecated'
#     GTK_IM_MODULE = 'ibus'
#     QT4_IM_MODULE = 'ibus'
#     LC_ADDRESS = 'ps_AF'
#     GNOME_SHELL_SESSION_MODE = 'ubuntu'
#     LC_NAME = 'ps_AF'
#     SSH_AUTH_SOCK = '/run/user/1000/keyring/ssh'
#     XMODIFIERS = '@im=ibus'
#     DESKTOP_SESSION = 'ubuntu'
#     LC_MONETARY = 'ps_AF'
#     SSH_AGENT_PID = '1524'
#     GTK_MODULES = 'gail:atk-bridge'
#     PWD = '/home/muhfahim/Desktop/Hworld'
#     LOGNAME = 'muhfahim'
#     XDG_SESSION_DESKTOP = 'ubuntu'
#     XDG_SESSION_TYPE = 'x11'
#     GPG_AGENT_INFO = '/run/user/1000/gnupg/S.gpg-agent:0:1'
#     XAUTHORITY = '/run/user/1000/gdm/Xauthority'
#     WINDOWPATH = '2'
#     HOME = '/home/muhfahim'
#     USERNAME = 'muhfahim'
#     IM_CONFIG_PHASE = '1'
#     LC_PAPER = 'ps_AF'
#     LANG = 'en_US.UTF-8'
#     LS_COLORS = 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'
#     XDG_CURRENT_DESKTOP = 'ubuntu:GNOME'
#     VIRTUAL_ENV = '/home/muhfahim/my-project-env'
#     VTE_VERSION = '6001'
#     GNOME_TERMINAL_SCREEN = '/org/gnome/Terminal/screen/8a5b2627_1af4_489b_8c15_07f4f2b4c36c'
#     INVOCATION_ID = 'e4119b0148ff4fce9efae030725e8119'
#     MANAGERPID = '1343'
#     CLUTTER_IM_MODULE = 'ibus'
#     LESSCLOSE = '/usr/bin/lesspipe %s %s'
#     XDG_SESSION_CLASS = 'user'
#     TERM = 'xterm-256color'
#     LC_IDENTIFICATION = 'ps_AF'
#     LESSOPEN = '| /usr/bin/lesspipe %s'
#     USER = 'muhfahim'
#     GNOME_TERMINAL_SERVICE = ':1.132'
#     DISPLAY = ':0'
#     SHLVL = '1'
#     LC_TELEPHONE = 'ps_AF'
#     QT_IM_MODULE = 'ibus'
#     LC_MEASUREMENT = 'ps_AF'
#     XDG_RUNTIME_DIR = '/run/user/1000'
#     PS1 = ('(my-project-env) \\[\\e]0;\\u@\\h: '
 '\\w\\a\\]${debian_chroot:+($debian_chroot)}\\[\\033[01;32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[01;34m\\]\\w\\[\\033[00m\\]\\$ ')
#     LC_TIME = 'ps_AF'
#     JOURNAL_STREAM = '9:38498'
#     XDG_DATA_DIRS = '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'
#     PATH = '/home/muhfahim/.buildozer/android/platform/apache-ant-1.9.4/bin:/home/muhfahim/my-project-env/bin:/home/muhfahim/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin'
#     GDMSESSION = 'ubuntu'
#     DBUS_SESSION_BUS_ADDRESS = 'unix:path=/run/user/1000/bus'
#     LC_NUMERIC = 'ps_AF'
#     OLDPWD = '/home/muhfahim/Desktop'
#     _ = '/home/muhfahim/my-project-env/bin/buildozer'
#     PACKAGES_PATH = '/home/muhfahim/.buildozer/android/packages'
#     ANDROIDSDK = '/home/muhfahim/.buildozer/android/platform/android-sdk'
#     ANDROIDNDK = '/home/muhfahim/.buildozer/android/platform/android-ndk-r19c'
#     ANDROIDAPI = '27'
#     ANDROIDMINAPI = '21'
#
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2

also please guide  me step by step how to do this:
Delete ~/.buildozer <project>/.buildozer  and  then look in ~ for directories that should not be owned by root  perhaps .cache .gradle  .kivy  and ?



Reply all
Reply to author
Forward
0 new messages