0

I am following the instructions in this tutorial https://web.stanford.edu/class/cs193a/lectures/maps.pdf

I get the command prompt to C:\Users\USERNAME.android (for windows new)

I then type >keytool -list -v -keystore debug.keystore

but when I press Enter I get:

enter image description here

What is going wrong? It seems like I have not set something up quite correctly, because I have followed the instructions which didnt seem difficult.

Trajan
  • 1,380
  • 6
  • 20
  • 41

1 Answers1

1
1. Open Terminal In Android Studio you are running.
2. Enter: keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
3. Copy SHA1 key.
4. Go To Google developer console and select Android API Key.
5. Copy SHA1 key to android Fingerprint and Write Package in Package Name block.
6. Generate API key.
7. USE API key
Krish Munot
  • 1,093
  • 2
  • 18
  • 29
androgo
  • 564
  • 2
  • 8