-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:wf1314/adb_auto
- Loading branch information
Showing
2 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# adb_auto | ||
|
||
## 运行环境 | ||
项目使用了adb对安卓手机进行模拟点击,所以在使用前安装好adb,打开手机的usb调试模式 | ||
|
||
## 如何使用 | ||
执行 crontab ./crontab_code 设置定时任务,具体时间可根据需求自行更改 | ||
|
||
将手机ip设为静态ip然后更改代码中的ip | ||
|
||
屏幕点击由于是根据自己的手机进行的适配可能有不准确的情况,需要自行调试 | ||
# adb_auto | ||
|
||
## 运行环境 | ||
项目使用了adb对安卓手机进行模拟点击,所以在使用前安装好adb,打开手机的usb调试模式 | ||
|
||
## 如何使用 | ||
执行 crontab ./crontab_code 设置定时任务,具体时间可根据需求自行更改 | ||
|
||
将手机ip设为静态ip然后更改代码中的ip | ||
|
||
屏幕点击由于是根据自己的手机进行的适配可能有不准确的情况,需要自行调试 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters