Wireless debugging
- Adb Wireless debugging
- Android WiFi ADB
Adb Wireless debugging
1, mobile phone and computer connected to the same LAN (together with a WiFi)
2. Check the IP address of the mobile phone under connected WiFi in the Settings and network connection of the mobile phone
Adb connect < mobile IP address >:< port >
Blog.csdn.net/u011520181/…
Android WiFi ADB
Setting->plugins-> Search for WiFi-> Android WiFi ADB- > Download and restart
Adb gets console logs
Adb connect < mobile IP address >:< port >
adb logcat -v time >>D:/log.txt
ADB debugging without data line.
www.cnblogs.com/stareblankl… Prerequisite: Android Phone and PC are on the same LAN. Android Phone has virtual terminal (CM system integrated ADB network debugging, which is awesome). ; 1. Enter a value on the Android Phone virtual terminal
stop adbd
setprop service.adb.tcp.port 5555
start adbd
Copy the code
2. Enter ADB start-service 3 in the platform-tools folder in the SDK directory on the PC. Enter in CMD
adb killserver
adb connect /*ip*/
Copy the code
The simulator download dl.pconline.com.cn/download/36…
The AndroidStudio project is a success, but it compiles normally and runs an error-free solution
Clear the cache! Go to File-> Invalidate Caches/Restart -> Invalidate and Restart
“Error parsing package” when installing Android7.0 or above
Blog.csdn.net/u012588160/…
Android Studio ADB basic Settings
1. First we find the adb. Exe file in the SDK directory
2. Paste its path into the system variable path to find the adB. exe
3. You can then turn ADB on or off at the command prompt