码迷,mamicode.com
首页 >  
搜索关键字:emulator    ( 363个结果
adb指令示例
指定某一个模拟器或真机# adb -s emulator-5554 shell 打印日志# adb logcat 上传一个文件# adb push ./sina_login.png /mnt/sdcard/DCIM/Camera/sina_login.png 上传一个目录# adb pus...
分类:数据库   时间:2015-07-10 20:37:07    阅读次数:181
LoadRunner+Android模所器实现抓包并调试本地服务端
步骤就是1:新建LR脚本。协议选择Mobile Application - HTTP/HTML2:在record里选择第三个:Record Emulator........3:选择下一步后,在emulator to record选择模拟器tools目录下的emulator.exe comm...
分类:移动开发   时间:2015-07-06 19:25:02    阅读次数:199
LR11.50 通过Mobile Application 录制手机操作
LR11.50 通过Mobile Application 录制手机操作步骤就是1:新建LR脚本。协议选择Mobile Application - HTTP/HTML2:在record里选择第三个:Record Emulator........3:选择下一步后,在emulator to record....
分类:移动开发   时间:2015-07-06 01:18:44    阅读次数:232
Android模拟器手动设置经纬度坐标
第一种方式可以在eclipse的DDMS中的Emulator control中设置,如下图另一种是在cmd中输入telnet localhost 5554(注:5554是模拟器在本机的端口,有可能不一样哈,具体端口号,模拟器左上方有显示的),这样会出现Android Console: type 'h...
分类:移动开发   时间:2015-06-28 15:35:00    阅读次数:576
emulator: ERROR: x86 emulation currently requires hardware acceleration!
emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is properly installed and usable.CPU acceleration sta...
分类:其他好文   时间:2015-06-26 23:33:21    阅读次数:194
关于android模拟器emulator-5554 disconnected错误解决方法
打开Eclipse的IDE: 1.1 英文原版 window -> Show Views -> device -> view menu -> Reset adb 1.2 中文版 窗口(W) -> 显示视图(V) ->Devices -> 视图菜单 ->Reset ...
分类:移动开发   时间:2015-06-11 20:51:41    阅读次数:148
[Erlang]如何添加自己的BIF
步骤1. 运行configure      2. 将你的bifs添加至erts/emulator/beam/bif.tabbif re:grep/2 bif re:compile/13. 创建一个C代码文件erts/emulator/beam/erl_bif_re.c4.将你的C代码文件添加至erts/emulator//Makefile里RUN_OBJS = $(OBJDIR)/erl_bif_...
分类:其他好文   时间:2015-06-05 12:21:24    阅读次数:158
Android应用打包安装过程详解
Android应用打包安装过程(Run as Android Application ): 1,过程:Android Project --> Compilation and Packaging --> Android Package(.apk) --> Signing --(ADB)--> Device or Emulator 2,Android Package(.apk)解压后的内容: ...
分类:移动开发   时间:2015-06-02 17:51:48    阅读次数:135
近期小结--Android系统时间获取及AVD模拟GPS相关调试
GPS应用调试 近期在AVD上调试GPS应用时,获取location信息,但是往往在调试中loc是null的,因为首先需要在AVD中手动添加GPS信息,有两种手动添加方法 1、在eclipse下,windows-->open perspective-->DDMS-->Emulator control-->Manual下手动设置经纬度,并按send按钮。 2、在cmd下手动添加信息。...
分类:移动开发   时间:2015-06-01 11:36:54    阅读次数:491
【Android】emulator命令
emulator -help命令屏幕将显示emulator的相关命令emulator -help > d:emulator.txt 会将emulator的相关命令输出到emulator.txt文件中Android Emulator usage: emulator [options] [-qemu a...
分类:移动开发   时间:2015-05-30 14:46:15    阅读次数:155
363条   上一页 1 ... 22 23 24 25 26 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!