Index: docs/getting_started.md |
diff --git a/docs/getting_started.md b/docs/getting_started.md |
index d2137e435125efac5e5a12b43a882442e3d26c42..c51d1f9dbe30357bfc0abc966090620535c2ed03 100644 |
--- a/docs/getting_started.md |
+++ b/docs/getting_started.md |
@@ -54,6 +54,11 @@ Then run: |
export GYP_DEFINES="OS=android" |
gclient sync |
+Caveat: Theres an error with Google Play services updates. If you get the error "Your version of the Google Play services library is not up to date", run the following: |
+ cd chromium/src |
+ ./build/android/play_services/update.py download |
+ cd ../.. |
+ |
For Windows the gclient sync must be done from an Administrator command prompt. |
The sync will generate native build files for your environment using gyp (Windows: Visual Studio, OSX: XCode, Linux: make). This generation can also be forced manually: `gclient runhooks` |