Is there any way to test multi-touch on the Android Emulator?

后端 未结 8 2009
伪装坚强ぢ
伪装坚强ぢ 2020-12-06 03:48

Can multi-touch events be tested on the Android Emulator? Or is there any way to test this without an actual device? I am using the 2.0 sdk and want to test zoom-in/zoom-out

8条回答
  •  不思量自难忘°
    2020-12-06 04:32

    No.

    AFAIK, The emulator still does not have any multi-touch detection driver (saw the code at https://android.googlesource.com).

提交回复
热议问题