Thursday, 7 March 2013

Generate SHA-1 Key for Android Map Version-2

To generate this key:
1)Go to Java---JRE---Bin and the type the following command
keytool -list -v keystore "path of your android keystore(It will be in users account)"
2)Type Enter
3)Type the password android
4)Key gets generated
5)Place this key in googleAPI console (https://code.google.com/apis/console/#project:429176074131:access in this go to API access)
6)Press create button key gets generated with respect to the project

No comments:

Post a Comment

Pass a HashMap from Angular Client to Spring boot API

This example is for the case where fileData is very huge and in json format   let map = new Map<string, string>()      map.set(this.ge...