且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

android genymotion vs 模拟器

更新时间:2022-03-09 00:55:11

看看 这里 进行一些非正式的基准比较.但是,请谨慎对待这些,因为基准分数会因主机系统而有很大差异.

Have a look here for some informal benchmark comparisons. However, take these with a grain of salt because benchmark scores will vary greatly depending on the host system.

至于您想要基准测试的项目,甚至不确定相机/gps 是否可以进行基准测试(您会测试什么),并且网络非常完美,因为它使用 VirtualBox,它一直具有出色的虚拟网络支持.

As for the items you want benchmarks for, not sure that camera/gps can even be benchmarked (what would you test), and networking is perfect since it uses VirtualBox, which has always had great virtual network support.

作为一名图形/游戏开发人员,我发现 Genymotion 在运行 OpenGL 代码方面无与伦比 - 在 Genymotion 上,它运行的帧速率比使用 x86+HAXM+HW GPU android 模拟器要流畅得多.此外,Google Apps/Services 在 Genymotion 中的集成非常棒.

As a graphics/game developer, I find Genymotion unparalleled for running OpenGL code - on Genymotion it runs much smoother framerate wise, than using an x86+HAXM+HW GPU android emulator. Also, the integration of Google Apps/Services in Genymotion is fantastic.

兼容性是唯一的缺点,因为 Genymotion 仅提供 v4.1+ 图像,因此无法测试旧 android 版本的兼容性 - 但对于这些测试,我只使用标准的 android 模拟器(这很好,因为它不是像正常测试一样频繁).

Compatibility is the only downside, since Genymotion only provides v4.1+ images there is no way to test compatibility on older android versions - but for these tests I just use the standard android emulator (which is fine since it is not as frequent as normal testing).

更新:截至 2014 年 1 月,Genymotion 支持 Android v2.3.7 和 v4.3(v4.4 预览版).这意味着它现在涵盖了除 Froyo (v2.2) 之外的所有相关 android 版本,目前仅占所有设备的 1-2% :)

Update: As of January 2014, Genymotion supports Android v2.3.7 as well as v4.3 (with v4.4 in preview). This means it now covers all relevant android versions except Froyo (v2.2), which at this time accounts for only 1-2% of all devices :)