2

i would like to use Google maps in my android application, and i knew that firstly i have to Obtain Google Map Key

I'm using Linux fedora OS and i typed this in my terminal

[dinareda@localhost ~]$ keytool -list -alias androiddebugkey -keystore ~/.android/debug.keystore -storepass android -keypass android     

But I get:

bash: key tool: command not found...

Any help please?

fedorqui 'SO stop harming'
  • 228,878
  • 81
  • 465
  • 523
Dina Reda
  • 23
  • 1
  • 1
  • 4

1 Answers1

3

keytool is part of JRE, search for it in JRE/JDK directory or simply locate keytool

Grzegorz Żur
  • 41,377
  • 14
  • 101
  • 95
  • i did that and this what i get >>/home/dinareda/glassfish-3.1.2.2/mq/bin/imqkeytool >>/home/dinareda/glassfish-3.1.2.2/mq/bin/imqkeytool.exe >>/usr/java/jdk1.7.0_21/bin/keytool >>/usr/java/jdk1.7.0_21/jre/bin/keytool >>/usr/java/jdk1.7.0_21/man/ja_JP.UTF-8/man1/keytool.1 >>/usr/java/jdk1.7.0_21/man/man1/keytool.1 – Dina Reda Jun 11 '13 at 12:00
  • 1
    Use this `/usr/java/jdk1.7.0_21/bin/keytool` – Grzegorz Żur Jun 11 '13 at 12:02
  • sorry but i get a list of Key and Certificate Management Tool Use "keytool -command_name -help" for usage of command_name – Dina Reda Jun 11 '13 at 12:07