How to test multi-touch in Android Emulator [duplicate]

南笙酒味 提交于 2019-12-30 05:37:14

问题


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.


回答1:


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




回答2:


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.




回答3:


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




回答4:


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...



来源:https://stackoverflow.com/questions/3884362/how-to-test-multi-touch-in-android-emulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!