Skip to content

Commit c501c69

Browse files
authored
chore: update readme
1 parent e26ab04 commit c501c69

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@ A fork of Google's Android ApiDemos application, used for testing Appium
55

66
#### Building
77

8-
> android update project --subprojects --target android-19 --path . --name ApiDemos
9-
>
10-
> ant clean debug
11-
>
12-
> adb install -r ./bin/ApiDemos-debug.apk
8+
> npm run build
139
14-
Or `npm run-script prepublish`, which does the same thing.
15-
16-
#### emma build for testing code coverage
17-
18-
> ant clean instrument
19-
>
20-
> adb install -r ./bin/ApiDemos-instrumented.apk
10+
Then, `./apks/ApiDemos-debug.apk` will be generated.

0 commit comments

Comments
 (0)