Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 235
Auri Rahimzadeh Avatar asked Jul 21 '18 20:07

Auri Rahimzadeh


2 Answers

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!

like image 148
Auri Rahimzadeh Avatar answered Sep 19 '22 11:09

Auri Rahimzadeh


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

like image 40
Nawin Avatar answered Sep 22 '22 11:09

Nawin