我正在開發android應用程序。要在AVD上測試我的應用程序,我需要在模擬器上安裝「日曆」應用程序,並使可用的Google帳戶同步。安裝日曆應用程序(adb install Calendar.apk
)後,它不會與我的Google帳戶上的日曆同步。我試圖安裝GoogleCalendarSyncAdapter(adb install GoogleCalendarSyncAdapter.apk
),但我有一個錯誤說:AVD中的應用程序安裝問題
195 KB/s (113455 bytes in 0.565s)
pkg: /data/local/tmp/GoogleCalendarSyncAdapter.apk
Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
的到底是什麼東西?
http://stackoverflow.com/questions/2914105/android-what-is-install-parse-failed-no-certificates-error – nullpotent