When you use your finger to touch the screen of an android phone. What is the coordinate of the position you have touched? In this tutorial, we will use python and adb to get the touch coordinate.
In this tutorial, we will introduce how to use adb command to start or stop an apk application in mobile phone. You can learn how to do by following our tutorial.
In order to use adb to control android application, we should find apk package name and launcher activity name to start it. In this tutorial, we will introduce you how to do.