I have an application and I'm trying to test it on the emulator, and most of the times I get an ANR. However, it's not on my application, but on the keyboard application. Is there something wrong I might be doing that causes this, or is it an issue of the emulator that doesn't affect actual devices and I can ignore it? Thanks.
Asked
Active
Viewed 210 times
0
-
are you seeing this through monkey or manually interacting with the emulator? – anshumans Jun 14 '12 at 02:25
-
It's not through Monkey. I get it when I press the "menu" button on the emulator to enter to the application after it's installed. – user940016 Jun 15 '12 at 13:46