我正在使用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以便在模拟器上进行测试?