Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我使用谷歌地图 API,所以我已经为谷歌地图生成了 API 密钥,当我使用 eclipse 导出生成密钥时,谷歌地图在我的应用程序正常工作之前无法正常工作,现在它显示灰色背景。所以请帮助解决这个问题。
请检查您是否在 Android 清单文件中添加了 INTERNET 权限。
您需要使用您从中签署 APK 的新密钥库生成一个新的
清理并卸载旧的然后安装新的然后尝试。和您的 Android 清单文件中的 INTERNET 许可。