Calendar in android emulator with version os> = 2.2

Is it possible to get a calendar in the Android simulator for OS version> = 2.2

+3
source share
3 answers

As far as I know, there is no calendar on Android emulators.

0
source

check this:
Problem 1389: add the Calendar application in the Android SDK (Android project page in Google Code)

+3
source

You need to install apk using adb.

Not very comfortable. It’s better to check directly on the phone ...

0
source

All Articles