-
Notifications
You must be signed in to change notification settings - Fork 92
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
Contribution: Alternative method of adding adb in PATH in Windows #292
base: main
Are you sure you want to change the base?
Changes from 1 commit
6ff6e2b
ac942a5
8bc6446
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -243,6 +243,16 @@ For Windows | |
#. Click on :guilabel:`OK` and exit all of the windows. | ||
#. Verify that you have made the change by closing all :program:`PowerShell` or :program:`cmd` windows and open a new one (so it picks up the change), and type | ||
|
||
.. Outreachy 2024 Starter Contribution Guide | ||
.. Alternative way of adding adb in your Windows PATH | ||
Alternatively, if you have installed Android Studio on your local computer, it is pre-installed with the platform tools, therefore you are required to add it to your path. You can do using the following steps: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. First sentence here a bit long and confusing, second "You can do" missing "so" |
||
#. Click on the Search bar on the task bar and type :guilabel:`Edit environmental variables for your account`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not clear what the task bar/search bar is. |
||
#. Click on Environment Variables option. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you share screen shots for this? That would make it clearer. |
||
#. Select the Path variable in the User Variables section, then select Edit. | ||
#. In the Edit environment variables window, select New and add this path to the new field: :file:`%USERPROFILE%\AppData\Local\Android\sdk\platform-tools`. | ||
#. Click on :guilabel:`OK` and exit all of the windows. | ||
#. Close all of the command line windows (if any are open). | ||
|
||
.. code-block:: console | ||
|
||
$ adb version | ||
|
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.
I am not sure we want to have documentation that is specific to Outreachy and 2024.