前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Start an Android App by ADB

Start an Android App by ADB

作者头像
技术小黑屋
发布2018-09-04 16:24:39
9630
发布2018-09-04 16:24:39
举报
文章被收录于专栏:技术小黑屋技术小黑屋

To be more geek,I began to start an Android App by using adb.Thanks to Google.It’s possible and powerful. The tool we use to make it is ADB(Android Debug Tool),For more detailed use please visit http://developer.android.com/tools/help/adb.html#shellcommands Actually What I use here is

1

start [options] <INTENT>

An example is followed.

1 2 3 4

#Here I want to start MxBrowser app by using ADB 17:04:30-androidyue/tmp$ adb shell am start -n com.mx.browser/com.mx.browser.MxBrowserActivity Starting: Intent { cmp=com.mx.browser/.MxBrowserActivity } Warning: Activity not started, its current task has been brought to the front

the Package name(com.mx.browser) before the slash is provided to determine which app should the intent delivered to.The com.mx.browser.MxBrowserActivity is the destination Activity. For more explanations about ADB INTENT,please visit http://developer.android.com/tools/help/adb.html#IntentSpec

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档