views:

88

answers:

2

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.

Thanks, Gerry

+1  A: 

Current version of emulator doesn't support multi-touch. You need device to do it!

cement
Why does the whole thing feel like amateur hour?
Gerry
Especially Eclipse ;)
cement
+1  A: 

You can follow this ticket on Android's Google code page if you want, but there's currently no support for this.

eldarerathis