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.
Asked
Active
Viewed 2.9k times
20
-
Your wait is over. Check my answer here: http://stackoverflow.com/a/34929298/1739882 – Chintan Soni Jan 21 '16 at 16:40
4 Answers
17
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.

Paul Lammertsma
- 37,593
- 16
- 136
- 187
13
Current version of emulator doesn't support multi-touch. You need device to do it!
Update:
The emulator supports multi-touch input, as an experimental feature in r17

cement
- 2,905
- 1
- 23
- 20
-
Found multitouch support in latest Android Emulator Images, right click and select the center and then do the guesture, Don't know how to disable it for now – Dhruv Jan 19 '16 at 09:43
-
6
You can follow this ticket on Android's Google code page if you want, but there's currently no support for this.

eldarerathis
- 35,455
- 10
- 90
- 93