-
download and install android sdk
- /Applications/android-sdk
-
add PATH
- ~/dotfiles/.zshrc
- PATH="$PATH:/Applications/android-sdk/platform-tools"
- ~/dotfiles/.zshrc
-
apply
- $ source ~/dotfiles/.zshrc
-
run proxy
- $ adb forward tcp:9222 localabstract:chrome_devtools_remote
-
open localhost:9222
Last active
December 12, 2015 05:28
-
-
Save uupaa/4721379 to your computer and use it in GitHub Desktop.
debugging Chrome for Android
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment