Android

Android Studio Quick fixes 1

Posted on

Here I wanted to give Quick fixes that i faced in work. Issue 1 Faced below issue when run a gradlew command in Android Studio Terminal. Solution To Solve this issue, You need to run below command. Issue 2 Solution To resolve this issue, you need to add below code in project level gradle file […]

Android

Could not resolve com.android.support:support-v4:22.0.0, Android Studio

Posted on

While implementing Push Notifications, I get this error Could not resolve all dependencies for configuration I’ve installed Google Play Services and Google Repository using SDK manager and added the following dependencies in gradle file dependencies { compile ‘com.google.android.gms:play-services-gcm:7.0.0’ …. } When I run the app, I see following error, Could not resolve all dependencies for configuration ‘:library:_debugCompile’. […]