浏览 19275 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-12-18
引用 C:\Documents and Settings\mawenjian>adb shell
看一下命令的帮助 引用 # am -help am -help Error: Unknown command: -help usage: am [start|instrument] am start [-a <ACTION>] [-d <DATA_URI>] [-t <MIME_TYPE>] [-c <CATEGORY> [-c <CATEGORY>] ...] [-e <EXTRA_KEY> <EXTRA_VALUE> [-e <EXTRA_KEY> <EXTRA_VALUE> ...] [-n <COMPONENT>] [-D] [<URI>] am instrument [-e <ARG_NAME> <ARG_VALUE>] [-p <PROF_FILE>] [-w] <COMPONENT> 好了,试一下启动浏览器 引用 # am start -n com.google.android.browser/com.google.android.browser.BrowserActivity
am start -n com.google.android.browser/com.google.android.browser.BrowserActivity Starting: Intent { comp={com.google.android.browser/com.google.android.browser.BrowserActivity} } ok,成功了 大家试试下面的命令吧: 引用 # am start -a android.intent.action.VIEW -d http://mwjian.iteye.com am start -a android.intent.action.VIEW -d http://mwjian.iteye.com Starting: Intent { action=android.intent.action.VIEW data=http://mwjian.iteye.com } # am start -a android.intent.action.CALL -d tel:88888888 am start -a android.intent.action.CALL -d tel:88888888 Starting: Intent { action=android.intent.action.CALL data=tel:88888888 } # am start -a android.intent.action.ALL_APPS am start -a android.intent.action.ALL_APPS Starting: Intent { action=android.intent.action.ALL_APPS } # am start -a android.intent.action.VIEW geo:0,0?q=shanghai am start -a android.intent.action.VIEW geo:0,0?q=shanghai Starting: Intent { action=android.intent.action.VIEW data=geo:0,0?q=shanghai } 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2007-12-21
怎么被你发现的?呵呵
|
|
返回顶楼 | |
发表时间:2007-12-21
lordhong 写道 怎么被你发现的?呵呵
用eclipse调程序出错时,console中出现了这个命令的提示,然后就尝试了一下,发现还挺好用 |
|
返回顶楼 | |