Android - Google Map Api Key取得與指紋憑證設定

指紋憑證設定

很久沒設定Google Map API key 

一時忘記怎麼使用

先至https://console.developers.google.com/apis/credentials/wizard?api=maps_android_backend 建立個專案,並且設定憑證

而憑證所需要的指紋,因為有開發階段測試用,所以用以下方式,取得開發debug.keystore所使用的指紋

C:\Program Files\Java\jdk1.8.0_60\bin>keytool -list -v -keystore C:\Users\Tom\.android\debug.keystore > D:\key.txt

像我只為了測試網路bug

去下載了

https://github.com/SimonSikstrom/google-maps-api-v2-white-markers-bug/tree/master/app/src/main/java/marker/apiv2/map/error/google/com/whitemapmarkererror

的程式,

但沒google map key是無法使用的。

所以得去申請一個google map key

並且找到指紋SHA1,設定憑證。

才能產生一個google map key

並設定key才能使用。