Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

There is no valid Keystore defined for this app

I want to add google maps api to my react-native project. I follow the doc but when i run expo fetch:android:hashes give me those errors

There is no valid Keystore defined for this app keytool error: java.lang.Exception: Keystore file does not exist: F:\React-Native-Redux-Nodejs-Firebase\instagram-clone\instagram-clone.tmp.jks Any way to fix this?

like image 545
Hasitha Chandula Avatar asked Sep 15 '19 20:09

Hasitha Chandula


1 Answers

If you haven't already run expo build:android for this project, you'll need to do that first before getting the Google Certificate Fingerprint

like image 52
huynhkimtri Avatar answered Nov 13 '22 07:11

huynhkimtri