1

I am work with android studio with google map integration so i want require google play services.

I follow manny Blog and tutorial for integration google play services in android studio but not getting success.

I have latest grandle base android studio with google play services which is download from Sdk manager->Extras.

I am edit my buid.gradle file with

dependencies {
    compile 'com.google.android.gms:play-services:4.0.+'
}

As per blogs says but not integrating,I am tied from last 4-5 days,Please give me proper solution and guild line.

Error:

Gradle invocation completed successfully with 1 error(s) in 3 sec
Harshid
  • 5,701
  • 4
  • 37
  • 50

1 Answers1

2

Points needs to be taken care while using Google Play Services :

  1. You must have Google Repository Installed in your SDK not only Google Play Services in order to use Google Play Services as local repository. You can install it for SDK manager > Extras > Google Repository .

Check this

Import Google Play Services library in Android Studio

This is a bug in Android Studio which is fixed for next release(0.4.3) this is work around till next release.

Edit :

Check these for Manifest merging failed

Manifest Merging Failed: Android Studio

Execution failed for task :appprocessDebugManifest. Manifest merging failed. See console for more info

Community
  • 1
  • 1
Piyush Agarwal
  • 25,608
  • 8
  • 98
  • 111