views:

35

answers:

0

I'm using the Android Emulator during my Android application development. Unfortunately I think my computer is a bit slow so the emulator get some kind of timeout before several processes running in the emulator respond (at least that is what I think happen according to other threads here on stackoverflow).

This result in dialogs popping up saying " is not responding" with the kill/wait buttons.

My question is if it's possible to set some parameter in the emulator or something, to extend the timeout before the android system emulated thinks the process is not responding. Another (not so satisfying) way could be if I could get the emulator to always answer wait when these dialogs popup.