0

enter image description here I'm unable to enable the Google Calendar API. I've followed all the instructions present in the Google developer website to the letter. I've tried all the ways possible. I've downloaded all the necessary SDK tools and extra resources but this issue still persists. Please help!

I've installed Android support repository, Google play services, Google repository. This problem is still there.

1 Answers1

0

go to setting (or press Ctrl+Alt+S) and find gradle part then disable the Offline work . after that connect your PC to net and try to sync the gradle.

or you can remove all dependencies from gradle file (build.gradle) and try to add them again . you can see this link : Android Studio with Google Play Services

at the end If that not work . you have to download all libs that you added in compile section and

add them to your project.

Community
  • 1
  • 1
mehd azizi
  • 594
  • 1
  • 5
  • 16
  • I've disabled it. It's still not working. Thanks for your input, though! –  Jul 11 '16 at 09:49