码迷,mamicode.com
首页 > 数据库 > 详细

adb常用命令

时间:2020-05-03 14:56:15      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:gre   androi   time   stat   install   EDA   style   win   org   

安装APP

>adb install com.android.chrome_81.0.4044.117_404411700.apk
Performing Streamed Install
Success

获取包名

Mac

adb she1l dumpsys window windows | grep mFocusedApp

Windows

>adb shell dumpsys window windows | findstr mFocusedApp
  mFocusedApp=AppWindowToken{b8b7f7c token=Token{123c66f ActivityRecord{ef3d54e u0 com.android.chrome/org.chromium.chrome.browser.ChromeTabbedActivity t18}}}

其中:
●包名为:  com.android.chrome

●界面名为: org.chromium.chrome.browser.ChromeTabbedActivity

启动APP打开指定界面

>adb shell am start -W com.android.chrome/org.chromium.chrome.browser.settings.SettingsActivity
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.android.chrome/org.chromium.chrome.browser.settings.SettingsActivity }
Status: ok
Activity: com.android.chrome/org.chromium.chrome.browser.settings.SettingsActivity
ThisTime: 2961
TotalTime: 2961
WaitTime: 2989
Complete

 

adb常用命令

标签:gre   androi   time   stat   install   EDA   style   win   org   

原文地址:https://www.cnblogs.com/hlikex/p/12782523.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!