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

Method of Debugging on Android #10

Open
HyunmoAhn opened this issue Nov 23, 2019 · 0 comments
Open

Method of Debugging on Android #10

HyunmoAhn opened this issue Nov 23, 2019 · 0 comments

Comments

@HyunmoAhn
Copy link
Owner

HyunmoAhn commented Nov 23, 2019

Target MacOS

Needed

  • scrcpy
  • adb
  • brew(installer on MacOS)

Setting

  • Installation
brew install scrcpy
brew cask install android-platform-tools

Useage

  • Connection using wire
// connect mobile device to your macOS
adb devices // check connection
scrcpy
  • Connection using wireless
adb tcpip 5555
adb connect {mobile device IP}
adb devices  // check connection
scrcpy -s {mobile device IP}
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

1 participant