0

I am using android emulator to test my project. Are there any specific settings that can give a better response time on the device? Because it is taking a long time to even enter username and password on my login page and click submit. Help Needed.

Ashwini Maddala
  • 197
  • 1
  • 6
  • 26

1 Answers1

3

Try to use x86 emulator - it is a lot faster than ARM emulator.

Axarydax
  • 16,353
  • 21
  • 92
  • 151
  • is it something to do with the RAM size also? or only the processor change would suffice? – Ashwini Maddala Apr 02 '13 at 09:51
  • i am getting the following log when i changed the device from ARM to x86 emulator.. emulator: Failed to open the HAX device! HAX is not working and emulator runs in emulation mode emulator: Open HAX device failed creating window 0 0 534 854 emulator: emulator window was out of view and was recentered – Ashwini Maddala Apr 02 '13 at 09:52
  • Look at this answer on how to install HAX, you need to do it before you can have HW accelerated emulator - http://stackoverflow.com/a/10772162/72746 – Axarydax Apr 02 '13 at 10:23