3

is it possible to get a calendar in the android simulator for the OS version >= 2.2

Francisco Alvarado
  • 2,815
  • 2
  • 26
  • 51
ewggwegw
  • 4,262
  • 5
  • 26
  • 27

3 Answers3

3

check this:
Issue 1389: add Calendar application to Android SDK (Android project page on Google Code)

Francisco Alvarado
  • 2,815
  • 2
  • 26
  • 51
0

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

Egor
  • 39,695
  • 10
  • 113
  • 130
0

You have to install the apk with adb.

Not very convenient. Better to test directly on the phone...

cad13
  • 1