码迷,mamicode.com
首页 >  
搜索关键字:emulator    ( 363个结果
【转】模拟器上安装googleplay apk
原文网址:http://blog.sina.com.cn/s/blog_9fc2ff230101gv57.html1.进入到sdk\android-sdk-windows\tools>目录下:1>启动模拟器游戏:4.4 模拟器名称 已经存在的模拟器输入: emulator -avd4.4-parti...
分类:其他好文   时间:2015-03-17 00:27:47    阅读次数:253
【转】在Ubuntu下编译Android源码并运行Emulator
原文网址:http://www.mcuos.com/thread-4553-1-1.html建立编译环境1.在VirtualBox上安装Ubuntu2.安装JDK $ sudo apt-get install sun-java5-jdk或 $ sudo apt-get install sun-jav...
分类:移动开发   时间:2015-03-14 21:35:31    阅读次数:268
安卓开发感觉: 慢
安卓开发感觉: 慢 启动AVD(安卓虚拟设备)5分钟才启动完不算慢,15分钟才启动完才叫慢。 点菜单,20秒才有反应。 调试状态,更是满的糊涂。 已经启动AVD,程序60秒才运行,也是正常的。 [2015-03-10 11:33:23 - trunk] Uploading trunk.apk onto device 'emulator-5554' [2015-03-10 11:33:2...
分类:移动开发   时间:2015-03-10 12:08:08    阅读次数:153
Android Studio 无法启动虚拟机的问题
Android Studio 运行应用的时候,提示错误: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration statu...
分类:移动开发   时间:2015-03-07 18:48:39    阅读次数:2220
【转】android adb命令
1.显示系统中全部Android平台:androidlisttargets2.显示系统中全部AVD(模拟器):androidlistavd3.创建AVD(模拟器):androidcreateavd--name名称--target平台编号4.启动模拟器:emulator-avd名称-sdcard~/名...
分类:移动开发   时间:2015-03-06 18:44:21    阅读次数:202
OpenGL ES Emulator比较
http://blog.csdn.net/nhsoft/article/details/6337434 http://www.klayge.org/2011/04/20/opengl-es-emulator横向比较/ http://blog.csdn.net/nhsoft/article/details/6337434 ==================...
分类:其他好文   时间:2015-03-05 22:23:55    阅读次数:371
Android Studio安装及常见错误
emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is properly installed and usable.CPU acceleration status: HAX kernel module i...
分类:移动开发   时间:2015-03-03 06:23:09    阅读次数:197
android ramdisk
androidramdisk1、android文件系统的结构android源码编译后得到system.img,ramdisk.img,userdata.img映像文件。其中,ramdisk.img是emulator的文件系统,system.img包括了主要的包、库等文件,userdata.img包括...
分类:移动开发   时间:2015-02-28 14:19:25    阅读次数:140
android studio创建模拟器报错解决 emulator: ERROR: This AVD's configuration is missing a kernel file!!
android studio创建模拟器报错 emulator: ERROR: This AVD's configuration is missing a kernel file!! 的解决办法 原因有二:1 没有,解决办法通过sdk mangager 下载                   2 找不到,解决办法看系统环境变量path(此种情况多数发生在android Studio和Eclip...
分类:移动开发   时间:2015-02-28 06:44:34    阅读次数:217
ERROR: 32-bit Linux Android emulator binaries are DEPRECATED
如果你的linux机子是32位的,那么运行android模拟器的时候会报错,如下: ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them you will have to do at least one of the following: - Use the '-force-32bit' optio...
分类:移动开发   时间:2015-02-25 15:38:06    阅读次数:210
363条   上一页 1 ... 25 26 27 28 29 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!