Chinaunix首页 | 论坛 | 博客
  • 博客访问: 368558
  • 博文数量: 162
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1501
  • 用 户 组: 普通用户
  • 注册时间: 2016-10-21 19:45
文章分类
文章存档

2018年(1)

2017年(101)

2016年(60)

发布时间:2017-02-15 14:36:08

 1.Monkeyrunner简介3.Monkeyrunner工具同Monkey工具的差别5.实例 monkeyrunner即android SDK中自带的工具之一,此工具提供API可按制android设备或模拟器。monkeyrunner工具的主要目的是用于测试功能/框架水平上的应用程序和设备,或用于运行单元测试套件,但您当然也可以将其用于其它.........【阅读全文】

阅读(839) | 评论(0) | 转发(0)

发布时间:2017-02-15 14:27:33

1. #导入模块;    from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice, MonkeyImage2. #连接当前设备,并返回一个MonkeyDevice对象;    device = MonkeyRunner.waitForConnection()    if not device:        print .........【阅读全文】

阅读(678) | 评论(0) | 转发(0)

发布时间:2017-02-14 00:54:36

Permission denied (publickey).fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.解决方案:用下面的命令生成public key......【阅读全文】

阅读(531) | 评论(0) | 转发(0)

发布时间:2017-02-13 10:15:20

1. 使用aaptaapt dump xmltree nuomi.apk AndroidManifest.xml > D:\\test.txt2. 使用dex2jar,jd-gui将apk命名为zip,解压得到dex文件......【阅读全文】

阅读(445) | 评论(0) | 转发(0)

发布时间:2017-02-12 16:31:03

UPDATE wcs_evolved_individual_sets SET deflectionAngleOne=ABS(deflectionAngleOne-180);......【阅读全文】

阅读(847) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册