在SmartPhone模拟器中上网 自己安装了。NET 2005,然后搭建移动开发环境,安装 DMA Transport Update.msi,安装ActiveSync 4.0,安装 Windows Mobile 5.0 Emulator Images for Smartphone CHS.msi,...
分类:
其他好文 时间:
2014-12-24 15:59:50
阅读次数:
130
1.2 设备管理工具—调试桥(ADB)1.2.1ADB简介ADB全称是Android Debug Bridge,是Android SDK里自带的一个工具,用这个工具可以直接操作管理Android 模拟器(Emulator)或者是真实的Android设备。ADB的功能很多,我们主要用到的功能有:1)运行设备的shell命令行;2)管理模拟器或设备的端口映射;3)计算机和设备之间上传/下载文件;4)将...
分类:
移动开发 时间:
2014-12-24 10:04:00
阅读次数:
163
Android Studio 1.0 已经放出来了,以后的Android平台开发激昂逐步从Eclipse向Android Studio迁移,为了能不落伍我也特意从Google下载了Android Studio的安装包,并且兴高采烈地创建了我的第一个android项目。但是当运行的时候就他么悲催了。 ...
分类:
其他好文 时间:
2014-12-22 17:56:19
阅读次数:
305
http://msdn.microsoft.com/en-us/library/azure/gg433132.aspxTo initialize the storage emulatorClick theStartbutton or press theWindowskey. Begin typing...
分类:
其他好文 时间:
2014-12-22 12:36:22
阅读次数:
132
http://techtach.com/2014/05/boost-android-emulator-performanceon-linux-speeding-up-android-emulator-on-ubuntu/ Note: Earlier I had asked this?question?on stackoverflow , but got no responses, he...
分类:
移动开发 时间:
2014-12-13 06:27:42
阅读次数:
238
Eclipse使用之开启第一个模拟器是,无法连接上Eclipse
在使用Eclipse android模拟器时,直接在项目中点击运行一个android项目时,当时启动的模拟器,无法连接上Eclipse,报错情况如下:
emulator-5554
disconnected !Cancelling错误
解决办法如下:
方法一:重新启动一个模拟器
方法二:可以在DDMS中点击R...
分类:
系统相关 时间:
2014-12-12 11:50:53
阅读次数:
166
当使用android的AVD时提示以下错误:Starting emulator for AVD 'NexusOne'ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them you will hav...
分类:
移动开发 时间:
2014-12-10 09:12:07
阅读次数:
474
android源码编译后得到system.img,ramdisk.img,userdata.img映像文件。其中,ramdisk.img是emulator(模拟器)的文件系统,system.img包括了主要的包、库等文件,userdata.img包括了一些用户数据,emulator负责加载这3个映像...
分类:
移动开发 时间:
2014-12-05 22:30:29
阅读次数:
290
虚拟机在启动时,提示emulator-arm.exe已停止工作。解决办法:在创建的avd中,设置Memory Options时,RAM从1024改为512即可。即在设置虚拟机的memory option的RAM时候,最好设置成低于768MB。百度知道中链接说,也可通过如下方式解决:1.更新显卡驱动2...
分类:
移动开发 时间:
2014-12-03 16:56:38
阅读次数:
208
参考 :http://blog.csdn.net/aminfo/article/details/7909402
环境:Android Developer Tools Build: v22.6.2-1085508
写了一个opengl es2.0的程序,想用模拟器运行一下,居然出现Emulator without GPU emulation detected 的错误。网上搜索了一下,说是...
分类:
移动开发 时间:
2014-12-02 16:39:29
阅读次数:
183