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

Which sdkmanager to use??? #36

Open
thyrlian opened this issue May 30, 2020 · 4 comments
Open

Which sdkmanager to use??? #36

thyrlian opened this issue May 30, 2020 · 4 comments
Assignees

Comments

@thyrlian
Copy link
Owner

At the time of writing, there are 3 different sdkmanager binaries after updating.

$ANDROID_SDK_ROOT/tools/bin/sdkmanager --version #=> 26.1.1
$ANDROID_SDK_ROOT/cmdline-tools/tools/bin/sdkmanager --version #=> 3.6.0
$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --version #=> 4.0.0

sdkmanager

@thyrlian thyrlian self-assigned this May 30, 2020
@matpag
Copy link

matpag commented Jun 19, 2020

They say here:
https://developer.android.com/studio/releases/sdk-tools
that the default tools folder is discontinued.
Then here: https://developer.android.com/studio/command-line#tools-sdk they say that we should use the new cmdline-tools folder.

But in the sdkmanager page, they still refers to the old tool location.

They have more than one problem with documentation 😂

In the end I think the tools in the cmdline-tools folder should be the new ones. With tools as "stable" and latest as "next" (probably)

@thyrlian
Copy link
Owner Author

Lol, no versioning of documentation makes it so confusing

@matpag
Copy link

matpag commented Jun 19, 2020

By the way, this is the url to download the new tools: https://dl.google.com/android/repository/commandlinetools-mac-6514223_latest.zip, which is exactly the same version of the one listed here https://developer.android.com/studio#cmdline-tools
So the link at least is updated with the new tools

@thyrlian
Copy link
Owner Author

thyrlian commented Jun 19, 2020

Thanks. The new link was already used in the Dockerfile here.

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

2 participants