Skip to content

Commit

Permalink
Update ANDROID_README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka authored Aug 3, 2017
1 parent 291dea1 commit 4c78444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ANDROID_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ buildscript {
## Android Studio
Android Studio's App Engine tooling will no long *Gradle Sync* with these plugins, and while things may continue to work on stale configuration, it's not safe to depend on it to always work.

### Run.
### Run
In Android Studio, you need to run the local development server using the gradle task `appengineStart` which starts the development server in non-blocking mode. It is not recommended to use `appengienRun` from within Android Studio. If you use `appengineRun` you may block Android Studio from using the gradle daemon to launch any gradle further related tasks.

### Deploy
Expand Down

0 comments on commit 4c78444

Please sign in to comment.