Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

# sdkmanager path "/home/mahesh/.buildozer/android/platform/android-sdk/tools/bin/sdkmanager" does not exist, sdkmanager is notinstalled #1855

Open
mahesh31122 opened this issue Sep 19, 2024 · 1 comment

Comments

@mahesh31122
Copy link

Versions

  • Python:
  • OS:
  • Buildozer:

Description

// REPLACE ME: What are you trying to get done, what has happened, what went wrong, and what did you expect?

buildozer.spec

Command:

// REPLACE ME: buildozer command ran? e.g. buildozer android debug

Spec file:

// REPLACE ME: Paste your buildozer.spec file here

Logs

// REPLACE ME: Paste the build ouput containing the error
@woobin3069
Copy link

It can be solved by installing it manually.
try this:

mkdir -p ~/.buildozer/android/platform/android-sdk/cmdline-tools/latest
cd ~/.buildozer/android/platform/android-sdk/cmdline-tools
unzip ~/commandlinetools-linux-6858069_latest.zip
mv cmdline-tools/* latest/
rmdir cmdline-tools

You may have to replace that number on a zip file if it has a different one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@woobin3069 @mahesh31122 and others