Failed to resolve com.google.android.gms play-services-auth:11.4.0

Failed to resolve com.google.android.gms play-services-auth:11.4.0 . Add maven { url “https://maven.google.com” } to your root level build.gradle file allprojects { repositories { jcenter() maven { url “https://maven.google.com” } } } This maven repo is required starting from 11.2.0. You can also use the google() shortcut but check the requirements before using it. Also pay attention … Read more

Multiple dex files define Lcom/google/android/gms/internal/zzau

I had similar problem and your question helped me solve mine and probably will help you solve yours. Problem is that you have defined: dependencies { … compile ‘com.google.android.gms:play-services-cast:7.5.0’ } and dependencies { … compile ‘com.google.android.gms:play-services:7.0.+’ … } Since google services 7.5.0, if you’re using single modules from play services you can’t use whole play … Read more

Found com.google.android.gms:play-services-gcm:8.3.0, but version 8.1.0 is needed

In your top-level build.gradle file you need to update the dependencies to use classpath ‘com.google.gms:google-services:1.5.0-beta2’ Extra Info: The latest version of this can be found by looking at the entry on JFrog Bintray Further Update: Yes this has been updated since I answered the question. The latest version is: classpath ‘com.google.gms:google-services:3.0.0′ However, it’s always worth … Read more

Android app is crashing due to V/GoogleSignatureVerifier: Signature not valid

This logcat warning is caused by a bug introduced in Google Play Services 9.x. It can be safely ignored, I don’t believe it causes a crash, so your crash may be caused by a different issue. The message should go away with a future update to play services. This issue has been acknowledged by an … Read more

How can I create an Android application in Android Studio that uses the Google Maps Api v2?

Finally I managed to run GoogleMapsAPIv2 project using Android Studio. EDIT: As mentioned by Xavier, this method is going to work for non-gradle based projects only. And UI part which was used in this tutorial will be excluded from AndroidStudio. So if you have your own project which uses Gradle build system, you need to … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)