蛋疼问题汇总you must restart adb and eclipse
you must restart adb and eclipse
关掉eclipse,然后在命令行运行如下命令 adb kill-server adb start-server 然后重启eclipse
AndroidManifest.xml file missing!
菜单 project - clean 改一下文件, 比如删个空格,然后保存就行
adb pull 没有权限
解决方法:下载安装 超级adbd。这款软件的作用为“能让您在已经ROOT的设备上强制以ROOT模式运行adbd,让我们的 adb shell 命令拥有root的权限”
logcat 常用命令
显示某一TAG的日志信息: adb logcat -s TAG名称:级别