0

i am working on google maps for my application. where i saw some links which is stating to generate the system key for accessing of google maps in to the app. But while seeing the syntax it is stating to give the path of the key tool. But my sdk do not have key tool file. Am not able to proceed . Can i download the key tools into the sdk? any one help me to do this?

Thanks in advance

radha
  • 175
  • 5
  • 13

2 Answers2

0

keytool comes as a part of JRE. If java is in your path, then keytool is also there.

Ilya Saunkin
  • 18,934
  • 9
  • 36
  • 50
0

if you download the keytool from web,then there may be a chance of version mismatch. So try to re-install the java(JDK & JRE) and add the path variable into the environment variables.

Balaji.K
  • 8,745
  • 5
  • 30
  • 39