How to get the Android keystore

I built an Android application and saw in the documentation to run expo fetch:android:keystore to fetch my keystore and save it somewhere safe.

When I run this command in my command line, nothing much happens. Is it saved somewhere and if so, where?

I just did this. It saves to the root directory of your Expo project… you should also see some info printed out in your terminal. I just saved that to a text file and place both the generated file in your project’s root directory and that text file I created in a secure location.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.