Could not find keystore unable to export

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By robbit

I need help I do not know what to do

:bust_in_silhouette: Reply From: Dlean Jeans

Follow the docs for Exporting for Android:

  1. Open cmd in a folder of your choice
  2. Run:
    "Your JDK Folder Path/bin/keytool" -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999
:bust_in_silhouette: Reply From: indrata

You have to run android studio once, and try to export again.
hope it will fix the problem…

Not working.

anbarasu chinna | 2020-09-22 01:41