Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

There is no Calendar in the Emulator

I am building an application that accesses the Facebook account and gets the events then add them to Android Calendar.

There is no calendar in the emulator.

We tried to setup the Calendar.apk but it did not work.

Any idea?

I want to add events to the calendar through code directly. Is it possible or I have to add them to the online google calendar?

Any API?!?

like image 831
Mohammad Abdelaziz Avatar asked Nov 05 '22 12:11

Mohammad Abdelaziz


1 Answers

I believe Calendar is a part of Google Apps. And there's no GApps on emulator by default. You can try this solution. They're trying to get Android Market on their emulator, but I believe there's a Calendar and Mail and all other GApps all included in their OS image.

like image 145
zed_0xff Avatar answered Dec 07 '22 00:12

zed_0xff