22 October 2014

Google Maps Android API v2 Key

In here i will explain how to generate android goggle map v2 API key for android application.First You have to generate SHA-1 finger print.For that you use terminal.


keytool -list -v -keystore C:\Users\<username>\.android\debug.keystore -storepass android -keypass android














Then you can see SHA-1 is printing.Then go to here(https://code.google.com/apis/console/?noredirect) and create new project.Then go to API access and click the create new android key button.Then add your sha-1 finger print;packagename and genarate key.

Ex :-AC:C7:99:64:B7:9B:C8:25:53:6D:B2:2F:79:59:59:F9:37:1B:AF:A4;com.example.appname

com.example.appname is your android project package name.Then you can see there is key generated.You can use this key for your application.

No comments:

Post a Comment