无法在visual studio c#android中构建.apk

时间:2015-08-07 12:22:26

标签: visual-studio xamarin

所以,我是视觉工作室的新手,我想学习如何在vs中使用c#制作android应用程序,但是当我将hello world项目编译为.apk时,Package输出总是向我显示这个错误:

No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2045-07-29) or after any future revocation date.

我试图找到解决此问题的方法,但我没有从谷歌那里得到任何东西。

1 个答案:

答案 0 :(得分:1)

这似乎与Java版本有关,您是否尝试过升级Xamarin插件?

这家伙通过将-tsa http://timestamp.digicert.com添加到他的.csproj

中来修复它

http://blog.ostebaronen.dk/2015/06/getting-rid-of-no-tsa-or-tsacert-is.html

以及如何创建签名密钥

http://developer.xamarin.com/guides/android/deployment,_testing,_and_metrics/publishing_an_application/part_2_-_signing_the_android_application_package/