Android devices can use WiFi to debug the program? Yes, you can! Just use WiFiDebug.
Tip: Android devices must Root.
This way:
Android device
1、Open WiFi.
2、Open WiFiDebug App and turn on it.
3、When the notification bar shows the IP address,perform PC operation. Example: Success: IP 192.168.1.131
PC
1、Open command, execute the command cd into "[Android-S D K]/platform-tools" directory. Because the directory has "adb.exe". “[Android-S D K]” Is on your PC Android SDK directory. Example: cd D:\soft\dev\adt-bundle-windows-x86-20130219\sdk\platform-tools
2、Then execute the command: adb connect a.b.c.d:5555. If you do not enter the port, the default is 5555. Custom port, you must enter. "a.b.c.d" IP Android device's IP. Example: adb connect 192.168.1.131:5555
3、After executing the command should return "connected to 192.168.1.115:5555". In this way, you can use adb to debug on Android devices, and then you can see Android devices have been connected in the device list in the Eclipse.
Note: If the output is not "connected to 192.168.1.115:5555", please check the Task Manager to see if adb is occupied, end them.
সাম্প্রতিক সংস্করণ
1.0.1আপলোড
Awang
Android প্রয়োজন
Android 2.2+
বিভাগ
বিনামূল্যে টুল অ্যাপসামগ্রীর রেটিং
UnratedWarning – content has not yet been rated. Unrated apps may potentially contain content appropriate for mature audiences only.Learn More · Unrated
রিপোর্ট করুন
অনুপযুক্ত হিসাবে ফ্ল্যাগ করুনLast updated on Mar 30, 2016
এই সংস্করণে ছোটখাটো বাগ ফিক্স ও সাধারণ উন্নতি রয়েছে। সেরা অভিজ্ঞতার জন্য সর্বশেষ সংস্করণে আপডেট করুন।