I actually copied all the code from my friends laptop and everthing worked completely fine except google map. What mighy be the problem? I have downloaded all google services.
Asked
Active
Viewed 389 times
-2
-
Try to give a description of the problem and post relevant logs. "it doesn't work" is not a valid question. – Kane O'Riley Sep 13 '15 at 02:53
1 Answers
2
Every debug compiler for every single computer is different. You can create a new key here:
or add the new SHA1 to the existed project. Remember, to get the necessary key, you must do the follow:
keytool -list -v -keystore c:\users\your_user_name\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android
Also, you must do the same for the final key when you make a release apk.
EDIT: You can also follow this example to generate a new key: https://stackoverflow.com/a/27639043/3743245

Community
- 1
- 1

Mariano Zorrilla
- 7,165
- 2
- 34
- 52