开发者

Failed to install apk file in android?

I am installing apk file in android emulator. But when I gave the command ADB INSTALL CALENDAR.APK in开发者_如何学编程 command prompt it is displaying the error as Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]. What would be the reason? Can anybody help me regarding this?

Thank you,


All Android packages must be signed to be installed, well at least since version 1.6. So that particular package is presumably older. You can get a newer one (or recompile yourself if you have the sources), or use an older version in your emulator (1.5).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜