How to test multi-touch in Android Emulator

Gerry picture Gerry · Oct 7, 2010 · Viewed 27.8k times · Source

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.

Answer

Paul Lammertsma picture Paul Lammertsma · Jul 3, 2012

Since ADT 17, it is possible to use a physical Android 4.0 device to send multitouch gestures to the emulator. See Android's instructions here.