1. 建立session时常用命令: 2. driver常用方法及注意事项 1) 常用方法: 2) 注意事项:使用driver.Sendkeys(string str)向文本框输入内容前,最好先element.Click( )一下,否则某些情况下,输入的内容会请不掉,文本框提示的内容也会在 输入的文 ...
分类:
移动开发 时间:
2017-09-13 01:37:05
阅读次数:
322
Question: i have a message saying "Could not save application settings: java.io.IOException: java.lang.AssertionError: Unexpected content storage modi ...
分类:
移动开发 时间:
2017-09-11 15:15:06
阅读次数:
294
Android recovery支持adb shell 近期开发过程注意到recovery不支持adb shell。为了便于调试方便,决定添加此功能。 刚開始我们採用的是user版本号系统,进入recovery后,输入adb shell命令。提示“error: no devices/emulator ...
分类:
移动开发 时间:
2017-08-21 09:50:02
阅读次数:
375
恢复内容开始 一.多个在线设备adb 1. 通过adb devices命令获取所有online设备的serial number。 C:\Users\Administrator>adb devices List of devices attachedemulator-5554 deviceSH0A6P ...
分类:
数据库 时间:
2017-08-14 14:23:26
阅读次数:
165
Android Studio 2.0 公布了,添加了一些新特性: 1. 更加完好的 Instant Run 2. 更快的 Android Emulator 3.GPU Debugger Preview 4. 包括了 IntelliJ 15 的更新 Android Studio 2.0 原文 (翻译在 ...
分类:
移动开发 时间:
2017-07-29 14:05:33
阅读次数:
359
Android安装过程出现问题 一、Eclipse 中 Emulator Control 不能用问题 在官方文档中发现问题所在(官方文档说明),在最后一行“The Emulator Control tab, shown in Figure 1, is no longer supported. Use ...
分类:
移动开发 时间:
2017-07-24 15:25:07
阅读次数:
199
Putty 定义: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. 解释: ·一个文件传输应用 (既然可以传输文件,自然可以通信和操作) ...
分类:
其他好文 时间:
2017-07-23 20:59:19
阅读次数:
224
源解决方案是英文版的,地址:https://dzone.com/articles/fix-for-could-not-connect-to-the-debugger-while-de 问题现象: 1. 运行 按钮后,可以成功发布程序到模拟器。 2. 随后发布后的程序被启动,瞬间停止。稍后手动从模拟器 ...
分类:
移动开发 时间:
2017-07-23 16:42:57
阅读次数:
568
DDMS的相关功能解析 Emulator Control: 进行发短信和打电话: File Explorer: 底层系统Linux文件系统的显示: Permissions:权限;关系到文件是否能删除 文件的导入导出、以及删除和添加: Allocation Tracker: 显示进程中内存资源的分配; ...
分类:
其他好文 时间:
2017-07-17 14:34:17
阅读次数:
171
用Inter Atom模式的Android模拟器启动报一下错误: Starting emulator for AVD 'new' emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensur ...
分类:
其他好文 时间:
2017-07-15 18:00:43
阅读次数:
142