

Then identify the IP address of the android device by looking into its wlan settings. If you have a local wlan you can connect your android device and your pc to this wlan. The following solution overcomes this problem. In my case it failed to keep the Wifi connection to my device after unplugging USB. I recommend this solution to everybody experiencing problems using integrated solutions like Android WiFi ADB plugin. I used the following steps to successfully debug over wifi connection. NOTE: Remember that your device and your computer have to be in the same WiFi connection.

Note: In case that you connect more than one device, disconnect other phones except the one you need to connect.įor mac users -> if you face "adb command not found error" try this link

Settings -> About phone -> Status (some phones may be vary) Step 5: Type adb connect x.x.x.x:5555, replacing the x.x.x.x with your phone IP address. Step 4: Type adb tcpip 5555 and press Enter. Step 3: Connect your device & system with same wifi. Mac Users /Users//Library/Android/sdk/platform-tools Windows users cd C:\Program Files (x86)\Android\android-sdk\platform-tools Step 2: Goto command prompt or Android studio terminal Step 1: Goto your Android sdk folder -> platform tools and copy the whole pathįor example: C:\Program Files (x86)\Android\android-sdk\platform-tools To init a wifi connection you have to check your device IP and execute. Result message: restarting in TCP mode port: 4444 You can find the adb tool in /platform-tools/ cd Library/Android/sdk/platform-tools/
