在Android模拟器上进行测试时,应使用哪个SHA-1证书密钥来生成Google Places API密钥?

时间:2019-01-16 18:38:25

标签: android google-places-api keystore sha android-keystore

我正在使用Google Places API测试自动填充小部件。我使用keytool -list -v -keystore <location of keystore>生成了Places API密钥,以获取Google所需的SHA-1证书密钥。我现在在模拟器中收到错误{"code":403,"errors":[{"reason":"forbidden","domain":"global","message":"Requests from this Android client application <package name> are blocked."}]}。我是否应该使用debug.keystore创建Places API以便在模拟器上进行测试?

0 个答案:

没有答案