Can't import existing keystore to Visual Studio 2017

被刻印的时光 ゝ 提交于 2019-12-12 11:57:20

问题


I am having trouble importing an existing keystore to Visual Studio 2017 (15.7.2) in order to sign my Xamarin.Android application.

I switched machines, so I had to do a fresh VS installation. I have successfully created an archive, but I can't get my old keystore imported into VS. No matter what I try, I get the same cryptic error. I can sign the APK manually with the keytool, so it's not about a wrong password.


回答1:


From this path in your old machine Copy the folder Keystore in the same path in your new machine: C:\Users[MyUser]\AppData\Local\Xamarin\Mono for Android



来源:https://stackoverflow.com/questions/50563523/cant-import-existing-keystore-to-visual-studio-2017

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!