According to the company's needs yesterday came a cupboard, the boss let me give him also press a procedure up, connected several adb, found that ADB connection is not, after using the U-disk on the, but do not connect adb debugging Ah, breakpoints are not playing, for debugging programs greatly increased the difficulty, so in the almighty Baidu Help Finally found a solution.
To resolve this method, you need to download and install an Android terminal emulator (Android Terminal Emulator) on your Android device first, and the author of this app is Jack Palevich. You can download it via Google Play: Https://play.google.com/store/apps/details?id=jackpal.androidterm if there is no Google Play on your Android device (play Market), you can also go to http://jackpal.github.com/Android-Terminal-Emulator/downloads/Term.apk to download or search the Internet for Android Terminal Emulator to download and install this apk. After downloading and installing the Android Terminal emulatror, open the interface for this app. Enter the following content:
Su
SetProp Service.adb.tcp.port 5555
Stop ADBD
Start ADBD
Then after installing the second app finally in this click Set WiFi prompt to successfully use the ADB command to connect to the ADB connect input device IP tool I'll pack it up for you. Link: https://share.weiyun.com/ C3B306B3A153E0C682FD38F6500A45AC (password: Pdza)
Android Learning Note----Turn on the Android system ADB service (default off)