You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
xinquanking
changed the title
adbclient.longPress() didn't work for genymotion device Nexus4 API level 22
adbclient.longTouch() didn't work for genymotion device Galaxy Nexus API level 17
Jul 31, 2015
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.
The text was updated successfully, but these errors were encountered: