Where can I find the default location for keystores created by Xamarin Android in Visual Studio?
Asked Answered
S

2

9

When I archive an Android app, then distribute it, I'm given the option to create a keystore. Once I create it, where does it go by default?

Shroudlaid answered 21/7, 2018 at 20:8 Comment(1)
S
16

In Visual Studio, Xamarin lets you create the keystore when distributing. However, it doesn't make it clear where exactly it puts it.

I found it in: C:\Users\yourusername\AppData\Local\Xamarin\Mono for Android\Keystore\

There are many folders in there, generally matching the names of the distribution profiles you seen when archiving Android packages in Visual Studio.

I found my keystore files in those folders.

You can also do a search in that folder for the keystore name and find it relatively quickly.

Good luck!

Shroudlaid answered 21/7, 2018 at 20:8 Comment(1)
Its in the docs: learn.microsoft.com/en-us/xamarin/android/deploy-test/signing/…Overunder
C
4

You can find them in C:\Users\yourusername\AppData\Local\Xamarin\Mono for Android\Keystore

You can simply click on Open Folder Below Distribute while Archive the Apk.

From there you can simply found Mono for Android in above Folders From there Go to Key store and you can find Respective Project Key store files

Collencollenchyma answered 13/4, 2020 at 6:4 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.