码迷,mamicode.com
首页 >  
搜索关键字:emulator    ( 363个结果
【.NET跨平台】mac上安装VS for mac步骤详解
安装过程中提示以下内容 提示原文如下 按照上面的原文下载所以安装包操作 搞定! ...
分类:Web程序   时间:2016-12-04 00:07:07    阅读次数:676
Visual Studio for mac从入门到放弃1
MAC 第一步:从微软官网下载:https://www.visualstudio.com/vs/visual-studio-mac/ 第二步:安装软件过程出现 It was not possible to complete an automatic installation. This might ...
分类:系统相关   时间:2016-11-27 19:41:03    阅读次数:398
adb push与adb pull
简介 做android相关的工作基本都会用到adb,简单介绍下adb pull与adb push 从手机导出文件 adb pull <remote> <local> :Copies a specified file from an emulator/device instance to your d ...
分类:数据库   时间:2016-11-25 17:24:21    阅读次数:255
Appium基础篇(一)——启动emulator
1. Appium API文档:链接参考 http://appium.io/slate/cn/v/?ruby#appium-介绍。 2. Appium 安装篇:http://www.cnblogs.com/fnng/p/4540731.html 等4张 3. 问题。 1)遇到的奇葩问题: > inf ...
分类:移动开发   时间:2016-11-18 18:19:55    阅读次数:383
Loadrunner11 录制手机App脚本多种方法介绍
总体来说,通过LR录制手机脚本的方式有三种:1)通过代理方式录制,保证手机电脑在同一个网段;2)通过抓包录制,在手机上安装Mobile Recorder;3)通过安卓模拟器录制,本地安装Android模拟器Emulator (Android SDK) 一、通过代理方式录制 http://jingya ...
分类:移动开发   时间:2016-10-31 21:01:30    阅读次数:521
Supporting Multiple Screens(支持Android各种屏幕尺寸)
Supporting Multiple ScreensAndroid runs on a variety of devices that offer different screen sizes an...
分类:移动开发   时间:2016-10-31 18:58:44    阅读次数:333
Veloce2 Emulator
High capacity, high-speed, multi-application powerhouse for simulation and emulation of SoC designs The Veloce2 emulator accelerates block and full So ...
分类:其他好文   时间:2016-10-31 00:44:39    阅读次数:143
android之adb命令
1.查看当前连接的所有终端设备 adb devices 上面表示,当前有两个设备online,第一个emulator-5554是模拟器,后一个是真机916a4f6f(序列号) 2.当有多个设备连接时,进入指定设备的shell adb -s 916a4f6f shell 3.利用adb命令安装app应 ...
分类:移动开发   时间:2016-10-27 19:46:08    阅读次数:287
android ADB的简单实用实践
Using activity manager // app 分辨率高 测试低分辨率 用来做屏幕适配 Override emulator/device display density. This command is helpful for testing your app across differ ...
分类:移动开发   时间:2016-10-03 10:42:33    阅读次数:292
关于eclipse中DDMS中Emulator Control选项卡为灰色不可用
首先先感谢版主:http://blog.csdn.net/noname666/article/details/51670905#reply 方法一的出处:http://stackoverflow.com/questions/34606396/android-ddms-fake-call-disabl ...
分类:系统相关   时间:2016-09-30 20:58:47    阅读次数:317
363条   上一页 1 ... 12 13 14 15 16 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!