🔑Configure KeyStore Android

You have no Run configuration for your project. You can see it in the top of the screen - Add configuration. Click on it and create new Configuration.

then click on the build: enter image description here

then click on the Generate Signed Bundle/APK:

After that this window will be shown, select apk and click to next:

enter image description here

Below keystore path click on create new:

enter image description here

After clicking on create new, this window will be shown. Now fill the details and select the path of keystore and keystore file name, Don't forget to add Validity for up to 1000 years:

enter image description here

After it has been successfully created, please replace app.jks in the android/app folder with the jks you created earlier, then open the key.properties file and input the data you have storePassword=remember

keyPassword=remember

keyAlias=key

storeFile=app.jks

Last updated