gpt4 book ai didi

java - 发布到应用商店后 Pin 图未显示

转载 作者:行者123 更新时间:2023-11-29 08:59:48 27 4
gpt4 key购买 nike

在测试和调试时,我使用了我的调试 API key ,现在我已经转移到我的发布 API key 并发布了应用。

显示 map 加载和 GPS 位置(表明 API key 正确),但未显示图钉(注释)。我也遇到了以下错误:

08-12 15:50:42.315: E/GooglePlayServicesUtil(11478): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.

我已经检查过,我有这个:

enter image description here

所以我认为一切都会好起来的。

同样出现这个错误:

08-12 15:50:42.315: E/GooglePlayServicesUtil(11478): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
08-12 15:50:42.325: E/log_tag(11478): Error in http connection android.os.NetworkOnMainThreadException
08-12 15:50:42.325: E/log_tag(11478): Error converting result java.lang.NullPointerException: lock == null
08-12 15:50:42.325: E/log_tag(11478): Error parsing data org.json.JSONException: End of input at character 0 of

我已尝试生成新 key 并跟踪下载的 JSON,一切似乎都很好。

最佳答案

您正在尝试在主线程上访问网络。不要那样做,它会阻塞你的线程。

参见:How to fix android.os.NetworkOnMainThreadException?

关于java - 发布到应用商店后 Pin 图未显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18190328/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com