Speed up Android emulator(加速安卓模拟器)
问题描述
我阅读了许多其他主题,Android 模拟器启动速度非常慢.事实上,开始需要 +15 分钟.但是,即使在那之后,在我的机器上也很慢.
I read on many other topics that the Android emulator starts really slow. Indeed, it takes +15 mins to start. However, on my machine is slow even after that.
电话"响应延迟 3-4 秒,一切都有很大的延迟.
The 'phone' responds with a 3-4 seconds delay and everything has a huge lag.
有什么办法可以提高我的笔记本电脑(华硕1201N)的性能,安卓模拟器太生锈了?
Is there any way to improve the performance of my laptop (Asus 1201N) is too rusty for the Android emulator?
PS:在不同的模拟器分辨率下试过,结果是一样的
PS: Tried in different emulator resolutions and the result is the same
我的笔记本电脑有 2 个超线程内核.它在设备管理器中显示为 4 CPU.然而,当使用模拟器时,只有一张图是 100%.我可以做点什么让它多核工作吗?
My laptop has 2 cores with HyperThreading. And it shows as 4 CPU in Device Manager. However, when using the emulator, just one of the graphs is at 100%. Can I do something to make it work multi core?
推荐答案
你有没有勾选禁用启动动画"?
Do you have "Disable Boot Animation" checked?
另外,如果这不能解决问题,那么有帮助的一件事是,您在编写代码时实际上不必关闭模拟器屏幕.如果您在它已经打开时单击调试,您的 APK 将被上传到模拟器并立即启动.出于某种原因,我花了一段时间才弄清楚我不必手动关闭模拟器.
Also, if that doesn't fix it, one thing that helps is that you never actually have to close the emulator screen while you're coding. If you click debug when it's already open, your APK will get uploaded to the emulator and start pretty much immediately. For some reason it took me a while to figure out that I didn't have to manually close the emulator.
这篇关于加速安卓模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:加速安卓模拟器
基础教程推荐
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01