mendapatkan google map api key untuk android
1.buka cmd C:\Program Files\Java\jdk1.7.0\bin>keytool.exe -list -v -keystore "C:\Users\namakomputermu\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
2. copy Key SHA1
3. buka https://code.google.com/apis/console
4. pilih APLs & auth
5. pilih credentials
6. pilih create new key
7. pilih android key
8. masukkan key SHA1 beserta nama package aplikasi
contoh : 45:B5:E4:6F:36:AD:0A:98:94:B4:02:66:2B:12:17:F2:56:26:A0:E0;com.example.hahah
9. pilih create
10. api key yang tergenerate di copy
11. buka manifest di aplikasi android
12. ganti googlemap apikey dengan yang baru tersebut
13. selesai
2. copy Key SHA1
3. buka https://code.google.com/apis/console
4. pilih APLs & auth
5. pilih credentials
6. pilih create new key
7. pilih android key
8. masukkan key SHA1 beserta nama package aplikasi
contoh : 45:B5:E4:6F:36:AD:0A:98:94:B4:02:66:2B:12:17:F2:56:26:A0:E0;com.example.hahah
9. pilih create
10. api key yang tergenerate di copy
11. buka manifest di aplikasi android
12. ganti googlemap apikey dengan yang baru tersebut
13. selesai