20

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.

alex
  • 479,566
  • 201
  • 878
  • 984
Gerry
  • 1,838
  • 5
  • 24
  • 32

4 Answers4

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

Read more

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
  • Try pressing Ctr + Z on emulator. – Dhruv Jan 19 '16 at 10:13
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
1

If you have an old pre-ADT 17 phone, you can still do it. But the emulator has to be running a recent version of android.

Here is a compiled version of sdkcontroller app the based on ADT10...

Jav_Rock
  • 22,059
  • 20
  • 123
  • 164
niknah
  • 87
  • 3