-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Update README & Ln.java comment #3065
Conversation
README.md#:~:text=Get%20the%20app,-Summary
README.md
Outdated
|
||
## Custom paths | ||
|
||
(Linux): For Android Studio (SDK) `adb` to be `adb` command, do `sudo ln --symbolic ### /usr/local/bin/adb`. |
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.
#3063 .
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'm not sure this is the right place to explain this (it is independent of scrcpy).
Either you use the default adb
(wherever it comes from in your PATH), either you can overwrite it using the ADB
environment variable.
README.md
Outdated
|
||
## Custom paths | ||
|
||
(Linux): For Android Studio (SDK) `adb` to be `adb` command, do `sudo ln --symbolic ### /usr/local/bin/adb`. |
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'm not sure this is the right place to explain this (it is independent of scrcpy).
Either you use the default adb
(wherever it comes from in your PATH), either you can overwrite it using the ADB
environment variable.
README.md
Outdated
@@ -1105,10 +1086,7 @@ See [BUILD]. | |||
|
|||
## Common issues | |||
|
|||
See the [FAQ].md). |
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.
Good catch 👍
ef24690 (not merged yet)
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.
Is this good? Do more? @rom1v
README.md
Outdated
|
||
|
||
## Run | ||
|
||
Plug an Android device, and execute: | ||
Plug in an Android device, **connect with [`adb`](https://developer.android.com/studio/command-line/adb)** and execute: |
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.
Is this good?
* do `sudo ln --symbolic ### /usr/local/bin/adb` for Android Studio `adb` to be `adb` command.
Patch 1
Patch 1
PR Genymobile#3065 <Genymobile#3065> Signed-off-by: Romain Vimont <rom@rom1v.com>
…nymobile-master � Conflicts: � README.md
###
Summary##
Custom paths...
#3063