C:\Users\<UserName>\AppData\Local\Android\Sdk\tools
/Users/<username>/Library/Android/sdk/tools/bin
sdkmanager
:-snapshot name
: Start VM snapshot-snapshot-list -snapstorage ~/.android/avd/Nexus_5X_API_23.avd/snapshots-test.img
: List all the snapshots recorded-dns-server 192.0.2.0, 192.0.2.255
: Allow to indicate comma separated the DNS servers to the VM.-http-proxy 192.168.1.12:8080
: Allow to indicate an HTTP proxy to use (very useful to capture the traffic using Burp)-port 5556
: Set the TCP port number that's used for the console and adb.-ports 5556,5559
: Set the TCP ports used for the console and adb.-tcpdump /path/dumpfile.cap
: Capture all the traffic in a file-selinux {disabled|permissive}
: Set the Security-Enhanced Linux security module to either disabled or permissive mode on a Linux operating system.-timezone Europe/Paris
: Set the timezone for the virtual device-screen {touch(default)|multi-touch|o-touch}
: Set emulated touch screen mode.-writable-system
: Use this option to have a writable system image during your emulation session. You will need also to run adb root; adb remount
. This is very useful to install a new certificate in the system.-writable-system
option.
For example you can run it like: