0

I just install android studio 1.5.1 it was works fine but now i give this error message

  Error:(63, 29) No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').

I do not use google play services but seems android studio add it automatically.

In my AndroidManifest this line auto generate

 <!--
             ATTENTION: This was auto-generated to add Google Play services to your project for
             App Indexing.  See https://g.co/AppIndexing/AndroidStudio for more information.
        -->
        <meta-data
            android:name="com.google.android.gms.version"
            android:value="@integer/google_play_services_version" />

and when i delete it ,that's com back again.

IntelliJ Amiya
  • 73,189
  • 14
  • 161
  • 193
max
  • 5,477
  • 12
  • 46
  • 73

1 Answers1

0

by @IntelliJ Amiya hint i add google play service library and error gone.
but steel i do not know why android studio add this
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
lines automatically to my manifist.

max
  • 5,477
  • 12
  • 46
  • 73