This may seem straightforward but for some reason my emulator won’t simulate any of the MotionEvent events taken from this example. I can use the mouse arrow to click on any button in the emulator but I can’t see how I can emulate touching the screen.
I know the emulator does not support multi-touch but what about single-touch? I checked the manifest file and the “min SDK version” is 3 and the “target SDK version” is 9. No exceptions are displayed in the console window. Do I need to enable it somehow?
A perfect example of how not to do it – answer is in the comments