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 o开发者_运维问答r I have to add them to the online google calendar?
Any API?!?
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.
I also needed calendar on adnroid emulator. The solution was next:
download Calendar.apk (native android calendar)
install it wia adb (http://developer.android.com/guide/developing/tools/adb.html) with the command
adb -e install Calendar.apk
精彩评论