I am trying to migrate Google Map to Huawei Map kit. Now I should generate local SHA 256 fingerprint for Huawei App Gallery and I am following this official documentation provided by HUAWEI: Configuring App Gallery Connect
- I created my project in App Gallery
- I already added my app to that project
- I downloaded
agconnect-servises.jsonfile - I generated the .jks certificate in Android Studio
- Then, for generating a signing certificate fingerprint for
adding to Huawei App Gallery In the cmd prompt I went to the directory where the JDK installed, then opened bin directory and ran the command:
keytool -list -v -keystore <my .jks file path>
Instead of getting the result which official doc. provided I am getting the following result in cmd.
I searched a lot and did not find any single information about this. What should I do to get the certificate?

