Search

WireLess ADB

Hello Friends , Connect your mobile device as emulator with eclispe or android studio without usb cable

*  make sure that your pc and mobile on same network
   [ in simple word  create hotspot from mobile and connect your laptop in it .]


* to access ADB from every where set environment path where your sdk is placed



than after goto desktop right click on my computer and >> properties >>Advance System setting >>Enviroment variables >>
in that find system variable >> path and set its value (sdk location path in my case : "F:\Android\Setup\SDK_\sdk")
press "ok"


* After that goto cmd and type:  adb devices it will show conncted device list 
* type adb connect <your device's ip address {mobile's ip}>:5555
ex: adb connect 100.83.215.117:5555

here 100.83.215.117 static ip to know your mobile's ip goto Wifi  >> advance >> here you can find your ip address 

[ its working 100%]

No comments:

Post a Comment