dtmilano / AndroidViewClient

Android ViewServer and ADB client
Apache License 2.0
1.61k stars 344 forks source link

adbclient.longTouch() didn't work for genymotion device Galaxy Nexus API level 17 #151

Open xinquanking opened 9 years ago

xinquanking commented 9 years ago

I'm running with AVC release 10.0.0, and the longPress(id) and longTouch(x,y) didn't work for my app. It suppose to open a popup menu after long press the screen but didn't.

I also tried that scenario with Galaxy nexus API level 17. As longPress() does not support it officially, I used longTouch(x,y) with the drag workaround. but it failed too.