We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a135dd8 commit 7ee5f39Copy full SHA for 7ee5f39
mobly/doc/mobly-bundled-snippets-note.md
@@ -0,0 +1,33 @@
1
+# Note - setup mobly-bundled-snippets
2
+
3
4
+## Cmd
5
6
+```bash
7
8
+git clone https://github.com/google/mobly-bundled-snippets.git
9
10
+cd mobly-bundled-snippets
11
12
+#-------------------
13
+# V1
14
+#--------------------
15
16
+# build via gradle
17
+./gradlew assembleDebug
18
19
20
+# V2
21
22
23
+# build via `Android stuido`
24
+# run `/gradlew assembleDebug` cmd in gradle box in `Android stuido`
25
26
27
28
+# push to android (make sure adb setup work)
29
+adb install -d -r -g ./build/outputs/apk/debug/mobly-bundled-snippets-debug.apk
30
+```
31
32
+## Ref
33
+- https://github.com/google/mobly-bundled-snippets
0 commit comments