怎樣申請谷歌地圖APIkey?
1.生SHA1密鑰首先找到debug keystore位置: 打開Eclipse--->Windows--->Preferences--->Android--->Build一般是這樣的路徑 C:\Documents and Settings\Administrator\.android\debug.keystore2.在cmd中執(zhí)行c:\jdk\bin\>keytool -v -list -alias androiddebugkey -keystore "C:\Documents and Settings\Administrator\.android\debug.keystore" 2.申請Android Map 的API Key打開Google APIs Console: https://code.google.com/apis/console/ ;create project and named it;find and enabled google map api v2 in 'services';click 'create new android key' in 'api access';input sha1密鑰和工程包名稱,用分號隔開(例如:SHA1;my.package.name)