-
Notifications
You must be signed in to change notification settings - Fork 566
Adding Android SDK Tools info #1067
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
Conversation
In newer versions of Android Studio, you need to explicitly install the Obsolete Android SDK's `tools` before you can set the path variable.
|
You can modify your PR description to add the keyword: "Closes #1065" I think we should also confirm that the non-obsolete "Android SDK Command-line Tools" will work in place of using the obsolete package. If so, I'd favour the documentation stating that "Android SDK Command-line Tools" should be installed. |
|
I added the issue to linked issues and linked a duplicate PR. |
timbru31
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor formatting improvements.
Co-authored-by: Tim Brust <github@timbrust.de>
Co-authored-by: Tim Brust <github@timbrust.de>
erisu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor suggestions.
|
@breautek uninstall and reinstall the |
Co-authored-by: Tim Brust <github@timbrust.de> Co-authored-by: Norman Breau <norman@normanbreau.com> Co-authored-by: エリス <erisu@users.noreply.github.com>

In newer versions of Android Studio, you need to explicitly install the Obsolete Android SDK's
toolsbefore you can set the path variable.Platforms affected
All
Motivation and Context
When following the current docs, you are instructed to set a path variable for android sdk tools.
If you are doing a fresh install of the latest android studio, you will not have the android sdk tools directory.
Closes #1065
Description
Added short instructions about how to show obsolete packages and install android sdk tools.
Testing
Checklist
(platform)if this change only applies to one platform (e.g.(android))