码迷,mamicode.com
首页 >  
搜索关键字:emulator    ( 363个结果
Windows Azure Compute Emulator无法启动问题解决方案
Visual Studio 2013安装了Windows Azure SDK 2.7,但启动Emulator调试时,出现如下错误:Error: The installed Windows Azure Emulator does not support the role binaries. Pleas...
分类:Windows程序   时间:2015-08-30 15:42:34    阅读次数:310
Android test---monkey
一、在使用monkey之前,需要用到模拟器,那么怎么启动模拟器呢,先看一下电脑有什么模拟器,通过命令行查看一下android list avd二、看到了模拟器列表了,下来就是启动模拟器了。在命令行中输入 emulator @name 即上面的Name 'HHH'emulator @HHH三、启动好了...
分类:移动开发   时间:2015-08-30 06:28:41    阅读次数:153
Android:学习笔记(二)
在学习过程中会遇到一些问题,并解决它。1、问题一Failed to install ListView.apk on device 'emulator-5554': timeout解决办法:window->preferences->Android->DDMS->ADB connection time out (ms): 将这个值设置的大一些,默认为5000,设置成200000。 2、问题二androi...
分类:移动开发   时间:2015-08-27 23:06:55    阅读次数:237
Intellij IDEA + Android SDK + Genymotion Emulator打造最佳Android开发
原文:Intellij IDEA + Android SDK + Genymotion Emulator打造最佳Android开发Intellij IDEA + Android SDK + Genymotion Emulator打造最佳Android开发http://www.jb51.net/art...
分类:移动开发   时间:2015-08-18 09:02:14    阅读次数:175
android adb常用命令
adb -help 帮助adb devices 查看所有设备adb -s 【emulator-5554】 get-state 针对特定设备操作adb -s emulator-5554 kill-server 关闭模拟器adb -s emulator-5554 start-server 开启模拟器ad...
分类:移动开发   时间:2015-08-15 17:57:34    阅读次数:149
J-Link clone问题
在上一篇《修复山寨版的J-Link》,中已经介绍了恢复的步骤。 但是,在使用J-Link驱动(V4.94J)升级后,会出现下面情况。 The connected emulator is a j-link clone. 修改固件文件(J-link_V8.bin)可以解决这个问题。 使用UltraEdi...
分类:其他好文   时间:2015-08-13 22:04:44    阅读次数:220
How to use Genymotion (High performance Android Emulator)
工作需要写了一篇文档,发在这供大家参考,如需翻译成中文请留言。What is Genymotion?Basically Genymotion is a front end app that hooks into the Oracle VirtualBox API and gives you adva...
分类:移动开发   时间:2015-08-11 18:10:00    阅读次数:204
如何通过Android Studio 或者ADT 使用VS的安卓模拟器
**Using the Visual Studio Emulator for Android from Android Studio or Eclipse with ADT**如何通过Android Studio 或者ADT 使用VS的安卓模拟器原文地址:http://blogs.msdn.com/b/visualstudioalm/archive/2015/07/20/you-can-now-ac...
分类:移动开发   时间:2015-08-10 00:23:41    阅读次数:172
输入adb shell 时 提示error: more than one device and emulator
第一种情况:确实用多个设备或者模拟器解决办法:(指定连接某一个设备或者模拟器)1、获取模拟器/设备列表adb devices2、指定device来执行adb shelladb -s devicename shell例如:adb -s emulator-5554 shell在多device的时候,执行...
分类:数据库   时间:2015-08-07 12:44:20    阅读次数:188
CMD 使用emulator.exe启动Android模拟器——emulator -data 镜像文件名称
在命令行[CMD]使用emulator.exe启动Android模拟器两种方式: - emulator -avd (AVD名称) - emulator -data (镜像文件名称) userdata.img Cannot detemine type of userdata partition: no image files!...
分类:移动开发   时间:2015-08-06 00:36:08    阅读次数:217
363条   上一页 1 ... 20 21 22 23 24 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!