I'm developing android application. To test my app on AVD I need to install "Calendar" app on emulator and make syncing to google account available. After installing calendar app (adb install Calendar.apk
) it does not sync with calendar on my google account. I tried to install GoogleCalendarSyncAdapter (adb install GoogleCalendarSyncAdapter.apk
) but I had an error said:
195 KB/s (113455 bytes in 0.565s)
pkg: /data/local/tmp/GoogleCalendarSyncAdapter.apk
Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
What the hell is this thing?