How to test multi-touch in Android Emulator

Viewed 28352

I'm trying to use multi-touch in an Android 2.0 app. How can I simulate this with an emulator using Eclipse? I can only seem to get the mouse to do one touch at a time.

4 Answers
Related