Update README.md

This commit is contained in:
Xiao Hang 2016-08-09 13:48:28 -07:00
parent c8648dc54e
commit 3879c6a8fa
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ $ ./gradlew install -PskipCodegen=true
**3. Install the app**
```sh
$ cd examples/android
$ cd examples/android/helloworld (or cd examples/android/routeguide)
$ ./gradlew installDebug
```