Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@uupaa
Last active December 12, 2015 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uupaa/4721379 to your computer and use it in GitHub Desktop.
Save uupaa/4721379 to your computer and use it in GitHub Desktop.
debugging Chrome for Android
  • download and install android sdk

    • /Applications/android-sdk
  • add PATH

    • ~/dotfiles/.zshrc
      • PATH="$PATH:/Applications/android-sdk/platform-tools"
  • apply

    • $ source ~/dotfiles/.zshrc
  • run proxy

    • $ adb forward tcp:9222 localabstract:chrome_devtools_remote
  • open localhost:9222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment