所以,我是视觉工作室的新手,我想学习如何在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.
我试图找到解决此问题的方法,但我没有从谷歌那里得到任何东西。
答案 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
以及如何创建签名密钥