它只是我…或者是android蜂窝3.0模拟器真的很慢?

前端之家收集整理的这篇文章主要介绍了它只是我…或者是android蜂窝3.0模拟器真的很慢?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
好?我已经尝试将模拟器的RAM大小增加到1024 MB,并且速度几乎没有改进,但是,它仍然无法使用.它有龟的速度.

有人有更好的想法让它更快吗?有什么东西我没做错吗?

解决方法

查看 android开发人员 documentation regarding 3.0 emulator performance.向下滚动到About Emulator Performance.

为方便起见,复制提示

Tip: To improve the startup time for the emulator,enable snapshots for the AVD when you create it with the SDK and AVD Manager (there’s a checkBox in the AVD creator to Enable snapshots). Then,start the AVD from the AVD manager and check Launch from snapshot and Save to snapshot. This way,when you close the emulator,a snapshot of the AVD state is saved and used to quickly relaunch the AVD next time. However,when you choose to save a snapshot,the emulator will be slow to close,so you might want to disable Save to snapshot after you’ve acquired an initial snapshot (after you close the AVD for the first time).

原文链接:https://www.f2er.com/android/318410.html

猜你在找的Android相关文章