Adb install apk emulator mac

broken image
broken image

Set the target device to listen for a TCP/IP connection on port 5555.Ĥ. Connect the device to the host computer with a USB cable.ģ. Note: If you are attempting to connect to a Wear device, force it to connect to Wi-Fi by shutting off Bluetooth on the phone connected to it.Ģ. We have found that not all access points are suitable you may need to use an access point whose firewall is configured properly to support adb. Connect your Android device and adb host computer to a common Wi-Fi network accessible to both. However, it is also possible to use over Wi-Fi, as described here.ġ.

broken image

Modify the android-sdk platform-tools path according to your deviceĪdb is usually used over USB. Ignore this if you already has it.Īdd below path in bash_profile (if mac) or bashrc (if Linux) export PATH=$:/Users/ YOURUSERNAME/android-sdk/platform-tools/

broken image

Android Debug Bridge (adb) is a command line tool that lets user communicate with an emulator instance or connected Android-powered device.