It's possible to use Android hardware emulation[1][2] for multi-touch and sensors.
Steps 1) Install SdkController APK[3] on a android phone. 2) Connect the android phone with developer mode enabled to the computer which will run the emulator via usb cable. 3) Run adb forward on computer to enable port forwarding $ adb forward tcp:1970 localabstract:android.sdk.controller 4) Launch SdkController on the Androind Phone 5) Launch the emulator with multitouch emulation enabled. add " -screen multi-touch" option for /usr/share/android/emulator/out/host/linux-x86/bin/emulator-x86 or edit /home/chihchun/.local/share/ubuntu-emulator/*/hardware-qemu.ini 6) The user should be able to see the screen and issue touch event from the android to the emulator. [1] Hardware Emulation - Android Tools Project Site http://tools.android.com/tips/hardware-emulation [2] https://android.googlesource.com/platform/sdk/+/master/apps/SdkController [3] https://android.googlesource.com/platform/sdk/+/master/apps/SdkController/bin/ ** Also affects: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in Ubuntu. https://bugs.launchpad.net/bugs/1443316 Title: Support for multi-touch is missing in the emulator Status in android package in Ubuntu: Confirmed Status in goget-ubuntu-touch package in Ubuntu: Invalid Status in qtcreator-plugin-ubuntu package in Ubuntu: Confirmed Bug description: Some developers do not have a the phone to test their app. Multi-touch support is currently missing in the emulator. If possible, could we have this feature for the developers? Thanks & best regards, XiaoGuo To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/android/+bug/1443316/+subscriptions -- Mailing list: https://launchpad.net/~ubuntu-sdk-bugs Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs More help : https://help.launchpad.net/ListHelp

