From f0373abef91802cbaaa02a392965cf5d99a106e6 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 13 Nov 2013 21:23:20 -0800 Subject: add information about required meta-data for gcore bug: 11553131 Change-Id: Ie3890c7894a017fc28e4a094a0e1ec3ac9f8c043 --- docs/html/google/play-services/setup.jd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd index fb656b748115..5c8c63b4da60 100644 --- a/docs/html/google/play-services/setup.jd +++ b/docs/html/google/play-services/setup.jd @@ -110,6 +110,14 @@ dependencies { in the toolbar. +
  • Open your app's manifest file and add the following tag as a child of the {@code <application>} +element: +
    +<meta-data android:name="com.google.android.gms.version"
    +           android:value="@integer/google_play_services_version" />
    +
    +
  • You can now begin developing features with the @@ -129,6 +137,16 @@ Library Project on the Command Line for more information on how to do this.< You should be referencing a copy of the library that you copied to your development workspace—you should not reference the library directly from the Android SDK directory.

    +

    After you've added the Google Play services library as a dependency for your app project, +open your app's manifest file and add the following tag as a child of the {@code <application>} +element: +

    +<meta-data android:name="com.google.android.gms.version"
    +           android:value="@integer/google_play_services_version" />
    +
    + +

    Once you've set up your project to reference the library project, you can begin developing features with the Google Play services APIs.

    -- cgit v1.2.3-59-g8ed1b