From 406372d60349d2b8a80d9d17e3850d59f315e269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A5=AD=E6=A1=B6=E7=8B=BC=20ra=EF=BD=9E?= <96805917+fantonglang@users.noreply.github.com> Date: Wed, 29 Dec 2021 21:01:55 +0800 Subject: [PATCH] doc - example --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e83040d..f8d86ba 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,9 @@ $ adb shell /data/local/tmp/helloworld ``` If you start a background process, you don't need the phone to connect with your PC/macos. Note that you can transfer your linux shell knowledge to using the adb shell. +## Examples +[This](https://github.com/fantonglang/go-mobile-automation-examples/tree/main/douyin-luo-live) is a working example. Read the comments in main.go carefully. This helps to resolve all dependencies and environment requirements before you start. The comments also give the commands for compilation, deployment, and execution. + # APIS **[Connect to a device](#connect-to-a-device)**