Android adb logcat用法详解...
分类:
移动开发 时间:
2015-03-20 16:31:26
阅读次数:
560
1.显示广播dumpsys activity2.调起Activityam start - n 包名/.类名3.发广播adb shell am broadcast 后面的参数有:[-a ][-d ][-t ] [-c [-c ] ...] [-e|--es ...] [--ez ...] [...
分类:
其他好文 时间:
2015-03-20 12:53:11
阅读次数:
126
启动android模拟器时.有时会报The connection to adb is down, and a severe error has occured.的错误.在网友说在任务管理器上把所有adb.exe关闭掉.重启eclipse.但试过不管用.所以在外国网站上找到一种可行的方法:1.先把ec...
分类:
数据库 时间:
2015-03-20 10:37:20
阅读次数:
147
Adb驱动是什么意思?/div>Adb是英文Android Debug Bridge的英文缩写,是debug工具,如果不是写IT的可能也很难理解debug的意思。说的直白一点就是Adb就是手机与电脑相连的桥,要想用电脑调试和管理手机就必须先安装Adb工具包,我们借助adb工具可以在电脑上给手机安装软...
分类:
移动开发 时间:
2015-03-19 17:59:56
阅读次数:
246
自己总结的在android中常会出现的不好解决的问题和方法1.报错:BUILD FAILEDD:\workspace\ganji\build.xml:144: The following error occurred while executing this line:D:\workspace\ga...
分类:
移动开发 时间:
2015-03-19 17:57:58
阅读次数:
150
下载Android官方的adt-bundle-linux-x86_64-20131030在ubuntu 12.04 64位系统启动时,提示:Unexpectedexception‘Cannotrunprogram“/home/xx/sdk/platform-tools/adb”:java.io.IO...
分类:
数据库 时间:
2015-03-19 10:04:28
阅读次数:
197
you must restart adb and eclipse的相关解决办法分类:常见开发问题解答2012-07-12 15:5235938人阅读评论(18)收藏举报eclipsegoogle今天一不小心遇到个问题,问题截图如下我试了N种google来的方法,都失效,现在把我的解决方法告诉大家,希...
分类:
数据库 时间:
2015-03-18 23:16:58
阅读次数:
256
场景:
朋友看见你Android手机中的游戏或应用很好玩,也想装一个此程序,但限于网络条件不能从网上下载。那么最简单的办法就是直接从你手机中将此apk扣出来给他安装上。pm命令第一步,找到程序的包名
借助adb shell pm命令,将安装的所有应用包名列出来:$ adb shell pm list packages
package:android
package:cn.wps.moffice...
分类:
移动开发 时间:
2015-03-18 20:35:06
阅读次数:
169
[2015-03-1814:28:12-Test1]Theconnectiontoadbisdown,andasevereerrorhasoccured.方法1.cmd中adbkill-server,然后adb-startserver方法2.方法1不管用,那么在任务管理器中杀死adb.exe,然后重启Eclipse。
分类:
数据库 时间:
2015-03-18 18:28:48
阅读次数:
162
原文:http://stackoverflow.com/questions/5511433/how-to-exclude-certain-messages-by-tag-name-using-android-adb-logcat
down vote
accepted
If you are using adb logcat you could pipe it through grep and use it's inverted matching: From the grep manpage:
v, --i...
分类:
移动开发 时间:
2015-03-18 10:40:29
阅读次数:
421