One-to-One-Video-Calling-Open-Source-React-Native-Application icon indicating copy to clipboard operation
One-to-One-Video-Calling-Open-Source-React-Native-Application copied to clipboard

keyStore file missing

Open hrithik2322 opened this issue 6 years ago • 1 comments

after i do a npm install and run the command react-native run-android this error is thrown Keystore file 'F:\practise\React Native\vcloudx git repo\client\One-to-One-Video-Calling-Open-Source-React-Native-Application\android\app\debug.keystore' not found for signing config 'debug'.

hrithik2322 avatar Nov 18 '19 12:11 hrithik2322

Creating debug.keystore manually worked for me, run below command inside android/app directory. keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000

PriyaPatne avatar Aug 01 '20 07:08 PriyaPatne