文件名称:MainADB
介绍说明--下载内容均来自于网络,请自行研究使用
安卓无线adb调试工具源码打开应用以后会提示获取root权限,root权限获取成功后会显示手机在当前局域网的IP地址和端口(电脑和手机必须在同一局域网内)。连接成功以后可以在电脑上打开命令行,进入安装SDK的目录中platform-tools文件夹并输入:adb connect 手机IP地址:监听端口,回车,eclipse的device就可以看到手机已经与电脑连上了-Android wireless ADB debugging tool for source code open the application will prompt to get root privileges, root privileges to succeed will show the phone in the LAN IP address and port (computers and mobile phones must be within the same LAN). After the connection is successful can be on a computer on the command line, enter the directory to install the SDK platform tools folder and enter: ADB connect phone IP address: port monitor, enter, eclipse device can see phone and a computer connected to the
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MainADB
.......\.classpath
.......\.project
.......\.settings
.......\.........\org.eclipse.jdt.core.prefs
.......\AndroidManifest.xml
.......\assets
.......\bin
.......\...\AndroidManifest.xml
.......\...\classes
.......\...\.......\com
.......\...\.......\...\example
.......\...\.......\...\.......\mainadb
.......\...\.......\...\.......\.......\BuildConfig.class
.......\...\.......\...\.......\.......\MainActivity$1.class
.......\...\.......\...\.......\.......\MainActivity.class
.......\...\.......\...\.......\.......\R$attr.class
.......\...\.......\...\.......\.......\R$dimen.class
.......\...\.......\...\.......\.......\R$drawable.class
.......\...\.......\...\.......\.......\R$id.class
.......\...\.......\...\.......\.......\R$layout.class
.......\...\.......\...\.......\.......\R$menu.class
.......\...\.......\...\.......\.......\R$string.class
.......\...\.......\...\.......\.......\R$style.class
.......\...\.......\...\.......\.......\R.class
.......\...\classes.dex
.......\...\dexedLibs
.......\...\.........\android-support-v4-b20ec22287286f79760ccc10ca4f0594.jar
.......\...\.........\android-support-v4-f626ab8e72f5c9de5ebd3fc92e5b6f46.jar
.......\...\jarlist.cache
.......\...\MainADB.apk
.......\...\res
.......\...\...\drawable-hdpi
.......\...\...\.............\ic_launcher.png
.......\...\...\drawable-mdpi
.......\...\...\.............\ic_launcher.png
.......\...\...\drawable-xhdpi
.......\...\...\..............\ic_launcher.png
.......\...\...\drawable-xxhdpi
.......\...\...\...............\ic_launcher.png
.......\...\resources.ap_
.......\gen
.......\...\com
.......\...\...\example
.......\...\...\.......\mainadb
.......\...\...\.......\.......\BuildConfig.java
.......\...\...\.......\.......\R.java
.......\ic_launcher-web.png
.......\libs
.......\....\android-support-v4.jar
.......\proguard-project.txt
.......\project.properties
.......\res
.......\...\drawable-hdpi
.......\...\.............\ic_launcher.png
.......\...\drawable-ldpi
.......\...\drawable-mdpi
.......\...\.............\ic_launcher.png
.......\...\drawable-xhdpi
.......\...\..............\ic_launcher.png
.......\...\drawable-xxhdpi
.......\...\...............\ic_launcher.png
.......\...\layout
.......\...\......\activity_main.xml
.......\...\menu
.......\...\....\main.xml
.......\...\values
.......\...\......\dimens.xml
.......\...\......\strings.xml
.......\...\......\styles.xml
.......\...\values-sw600dp
.......\...\..............\dimens.xml
.......\...\values-sw720dp-land
.......\...\...................\dimens.xml
.......\...\values-v11
.......\...\..........\styles.xml
.......\...\values-v14
.......\...\..........\styles.xml
.......\src
.......\...\com
.......\...\...\example
.......\...\...\.......\mainadb
.......\...\...\.......\.......\MainActivity.java
.......\说明.htm