网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

Appium命令笔记之一

    查看APK包名与其他信息命令:

创新互联建站公司2013年成立,先为惠安等服务建站,惠安等地企业,进行企业商务咨询服务。为惠安企业网站制作PC+手机+微官网三网同步一站式服务解决您的所有建站问题。

aapt l <你的apk文件>,这个命令就是查看apk内容

下面详细说下 aapt dump 这个查询命令

基本格式为   aapt dump []

这里[ ]选择可以有以下几种:

badging              Print the label and icon for the app declared in APK
permissions      Print the permissions from the APK.
resources           Print the resource table from the APK.
configurations   Print the configurations in the APK.
xmltree              Print the compiled xmls in the given assets.
xmlstrings         Print the strings of the given compiled xml assets.

例如:

C:\Users\lw>aapt d badging Desktop\zhihu.apk |findstr "package launchable-activity"

package: name='com.zhihu.android' versionCode='507' versionName='4.54.1' platformBuildVersionName='7.1.1'

launchable-activity: name='com.zhihu.android.app.ui.activity.MainActivity'  label='鐭ヤ箮' icon=''

//启动另外一个APP

public void startapp()

{

//启动该apt

driver.startActivity("com.zhihu.android","'com.zhihu.android.app.ui.activity.MainActivity");

}


使用场景:

1、用例之前的切换

2、场景切换使用


当前文章:Appium命令笔记之一
网页网址:http://bjjierui.cn/article/jgsgdp.html

其他资讯