0

Possible Duplicate:
Slow Android emulator

My laptop configuration is

CPU:AMD Dual-core Processor C-60 1 ghz 2 GB DDR3 RAM WINDOWS 7 starter

So creating android application takes too much time and emulator usually goes on not responding mode. What can be optimum solution to fix it?

Can anybody suggest?

Community
  • 1
  • 1
anuj
  • 11
  • 1
  • the emulator on Android is pretty much useless for real world development/debugging. You want is to get a real device to work on. – Budius Oct 12 '12 at 13:19

2 Answers2

1

Yes usually the emulator takes bit time to run.

What you can do is directly run your application on the actual device, thats the best solution and also finally your application should work on the actual device and not on the emulator.

Goofy
  • 6,098
  • 17
  • 90
  • 156
0

You can use Android-x86 running on VirtualBox/VMware

Yusyuriv
  • 300
  • 1
  • 5