Skip to content

Commit 7ee5f39

Browse files
author
yennj12
committed
add
1 parent a135dd8 commit 7ee5f39

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
+33
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)