运行xamarin.forms应用程序时出现tsa和tsacert错误

时间:2018-03-06 20:46:37

标签: google-maps xamarin xamarin.forms

我正在尝试在我的xamarin.forms应用程序中使用谷歌地图。当我运行应用程序时,我收到消息说有部署错误

A 
6 

我的包名全是小写。以下是名称。

2>C:\Program Files\Java\jdk1.8.0_161\\bin\jarsigner.exe -keystore "C:\Users\e245737\AppData\Local\Xamarin\Mono for Android\debug.keystore" -storepass android -keypass android -digestalg SHA1 -sigalg md5withRSA -signedjar bin\Debug\\com.test.and-Signed-Unaligned.apk C:\VisualStudioMobileApplication\and\and\and.Android\obj\Debug\android\bin\com.test.and.apk androiddebugkey 

2>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 (2048-02-09) or after any future revocation date.

2>C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.3\zipalign.exe 4 "C:\VisualStudioMobileApplication\and\and\and.Android\bin\Debug\com.test.and-Signed-Unaligned.apk" "bin\Debug\\com.test.app1-Signed.apk" 
2>Unexpected install output:    pkg: /data/local/tmp/com.test.app1-Signed.apk
2>Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]

我不确定以下错误:

未提供-tsa或-tsacert且此jar没有带时间戳。如果没有时间戳,用户可能无法在签署者证书的到期日期(2048-02-09)之后或任何未来的撤销日期之后验证此jar。

我的androidManifest.xml文件如下所示:

enter image description here

我的属性文件如下所示: enter image description here

enter image description here

任何帮助将不胜感激。

0 个答案:

没有答案