浏览 878 次
|
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
|---|---|
| 作者 | 正文 |
|
最后更新时间:2007-12-18 关键字: android am ActivityManager
进入shell
引用 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.javaeye.com am start -a android.intent.action.VIEW -d http://mwjian.javaeye.com Starting: Intent { action=android.intent.action.VIEW data=http://mwjian.javaeye.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 } 声明:JavaEye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
|
|
| 返回顶楼 | |
|
最后更新时间:2007-12-21
|
|
| 返回顶楼 | |
|
最后更新时间:2007-12-21
lordhong 写道 用eclipse调程序出错时,console中出现了这个命令的提示,然后就尝试了一下,发现还挺好用 |
|
| 返回顶楼 | |




