简体   繁体   中英

keytool error: java.lang.Exception: Keystore file does not exist: debug.keystore in React Native

I am working on a React-native Expo project and trying to get SHA-1 key but am not able to get it.I have tried

keytool -list -v -keystore debug.keystore -alias androiddebugkey -storepass android -keypass android

But am getting the same error everytime. I have tried every possible way I could find on the internet but couldn't solve it. Please if someone could help. Thank You!

Image for the Error I am getting

You can check this old answer from here .

 keytool -list -v -keystore "C:\Users\yourname\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM