Skip to content

Instantly share code, notes, and snippets.

@txhai
txhai / es-commands.sh
Last active August 15, 2020 09:10
Some essential debug commands of Android-x86
# Add proxy
adb shell settings put global http_proxy <ip>:<port>
# Remove proxy
adb shell settings put global http_proxy :0
# Connect to emulator
adb connect <ip>:<port>
# Connect to target emulator