Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keystore file '/Project-Folder/android/app/debug.keystore' not found for signing config 'debug' in react-native 0.60

I created a sample application with react-native version 0.60.

I am trying to run application in android. But I am getting this error Keystore file '/Project-Folder/android/app/debug.keystore' not found for signing config 'debug'.

I don't know how to resolve this error.

like image 967
Harika Avatar asked Jul 13 '19 04:07

Harika


People also ask

How do I open a debug keystore?

After clicking on the app, Navigate to Tasks. Inside Tasks, navigate to “android” and double click on the signing report option. After clicking on this option you will get to see the path for your debug. keystore file.

How do I make an android signing key?

In the menu bar, click Build > Generate Signed Bundle/APK. In the Generate Signed Bundle or APK dialog, select Android App Bundle or APK and click Next. Below the field for Key store path, click Create new. On the New Key Store window, provide the following information for your keystore and key, as shown in figure 2.

Where is my release key keystore?

On Windows this would usually be C:\Program Files\Java\jre7\bin . Keytool prompts you to provide passwords for the keystore, provide the Distinguished Name fields and then the password for your key. It then generates the keystore as a file called my-release-key. keystore in the directory you're in.


1 Answers

just download the file from official template:
https://raw.githubusercontent.com/facebook/react-native/master/template/android/app/debug.keystore

and move it to the directory awesomeProject\android\app

like image 117
M.Daniyal Aslam Avatar answered Sep 21 '22 23:09

M.Daniyal Aslam