ADB Debugging 1. adb devicesPrints a list of all attached emulator/device ex: adb devices In response, return serial number and state e4b25377 deviceemulator-5554 device 2. adb forwardforward socket connections examples: adb forward <local> <remote> adb forward tcp:8000 tcp:9000 set up forwarding of host port 8000 to emulator/device port 9000 3. adb kill-serverterminates the adb server process adb kill-server Package … Continue reading ADB Commands
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed