views:

57

answers:

1

What are the steps to create a keystore for android (in an eclipse environment)? I need to use google maps in my app and I dont know what steps I missed. Please provide me with the specific details steps (I didnt understand it from the guides).

Thank in advance.

+1  A: 

What are the steps to create a keystore for android (in an eclipse environment)?

Your debug keystore was created automatically for you the first time you built an Android app. For a production signing key, follow these instructions.

I need to use google maps in my app and I dont know what steps I missed.

Instructions on obtaining a Map API key, using your debug or production keystore, can be found here.

CommonsWare
Thanks,its working!