0

I found an error Access Not Configured for google calendar. I follow all the steps which are described in developers console and also generate a client ID. When I run the code on emulator I get the error Install Google Play Services. When I click on install it dont allow me to install. And when I run code in my mobile it will give me the error Google Calendar API is not enabled for your project. Although I have already enabled it. And my code is same as https://developers.google.com/google-apps/calendar/quickstart/android Please tell me how can I solve this error.

Riddhi Rathod
  • 410
  • 2
  • 9

1 Answers1

0

Run your code in real device. As Google Play store is not available in emulator.

I you want to run in emulator then go through this

1. Google Play Services

2. Google Play Services Missing in Emulator

These have given the answer to install Google Play Service and then after you can easily run on emulator.

Community
  • 1
  • 1
Ravikant Paudel
  • 2,228
  • 2
  • 17
  • 28