TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why is the Android emulator so slow?

8 点作者 pshapiro大约 14 年前
Coming from an iOS mobile development background, the Android emulator is ridiculously slow. Anyone know why it's like that?

3 条评论

orangecat大约 14 年前
The iOS "emulator" actually isn't; it's running native x86 code including all system frameworks. That makes it much faster than the Android emulator which has to fully emulate an ARM CPU.
评论 #2299770 未加载
评论 #2301199 未加载
andrewtbham大约 14 年前
It is slow... one thing you can do is hook up a real phone to your computer and use it in place of the emulator.<p>another thing is... are you stopping and starting the emulator every time you do a new build? I was at first, but it's way faster to leave the emulator running. Then just run or debug and it will start in the current running emulator.
saidulislam大约 14 年前
yes, it is slow when you start it up first time 'cause it has to load all the dependencies and stuff but it's not so bad once it starts up and when you test something. having more memory helps a lot. try it.