How can i click on a point of android device screen with give it coordinates? I want to click without touch the screen with my finger. I want to click with the app. any idea? I know we can click and there is a solution.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
I think you can try to execute
input tap x y
in your app if the coordinate you want to touch isx
,y
.Or you can try to execute this command through
adb
in your PC.