API密钥未找到。检查com.google.android.geo.API_KEY错误在Expo开发构建中。

huangapple go评论61阅读模式
英文:

API key not found. Check that com.google.android.geo.API_KEY Error in expo development build

问题

"我已经在app.json中添加了密钥,但仍然出现此错误。"API密钥未找到。请检查com.google.android.geo.API_KEY"

我已经在Google凭据中添加了密钥和SHA-1,但错误仍未解决。请提供解决方案。"

英文:

I have add the key in app.json but still this error occurs. "API key not found. Check that com.google.android.geo.API_KEY"

I have added the key and SHA-1 in google credentials but still error is not resolved. Please provide the solution.
API密钥未找到。检查com.google.android.geo.API_KEY错误在Expo开发构建中。

答案1

得分: 1

通过 Expo 重新构建开发版本,使用以下命令:
eas build --profile development --platform android
或者使用你所用的构建方式,然后再尝试。

API 密钥的更改在热重载应用时不会更新,你需要重新构建它。
我曾经遇到过相同的问题,这是我解决它的方式。
你的 app.json 看起来没问题。

英文:

Rebuild development build through expo with
eas build --profile development --platform android
or whatever build you use and try again.

The api key changes aren't updated when you hot reload the app, you need to rebuild it.
I had the same issue and that's how I solved it.
Your app.json seems fine.

huangapple
  • 本文由 发表于 2023年6月8日 16:25:01
  • 转载请务必保留本文链接:https://go.coder-hub.com/76429944.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定