Requirements: 1. The mobile phone must first be root;
2. Install the RE File Manager on your mobile phone to operate on the/data Directory (mounted as read/write) so that the adb shell can operate on the content in this folder;
3.adb.exe must be included in environment variables;
Steps:
1. Go to the cmd operation interface;
2. Enter the adb shell command. The following page is displayed:
3. Enter the cd/data command. The following page is displayed: <Strong? Http: www.bkjia.com kf ware vc "target =" _ blank "class =" keylink "> VcD4KPHA + pgltzybzcm9 "" alt = "\">
4. Enter the ls command to list all the app package names in the data folder.
5. Then you can run the monkey test.
Monkey-p com. zhihu. android-v 500
Com. zhihu. android: the name of the application package to be tested. You can see that the app is running on your phone.