无法解决:com.google.android.libraries.places:1.0.0:
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无法解决:com.google.android.libraries.places:1.0.0:相关的知识,希望对你有一定的参考价值。
我想使用Google Places API,但我无法将项目与"com.google.android.libraries.places:1.0.0:"
依赖项同步。如何在我的项目中添加地点?
答案
documentation中的库我错了,使用它,它有效。几天前我遇到了同样的问题,向他们提供了关于他们仍未解决的文档的反馈
implementation 'com.google.android.libraries.places:places:1.0.0'
您可以看到如何在here上添加地点自动完成功能
编辑:似乎他们最终修复了文档
另一答案
试着改变
compileOnly "com.facebook.react:react-native:+"
通过
api "com.facebook.react:react-native:+"
另一答案
我也坚持同样的问题,现在我删除了这个问题。根据谷歌的说法,“Places SDK for Android的v1.0.0版本引入了一个全新的静态库,其中包含更新的功能.Google SDK for Android(Google Play Services 16.0.0)的Google Play服务版本已被弃用2019年1月29日,将于2019年7月29日关闭。“
添加以下依赖项将起作用...
实现'com.google.android.libraries.places:places:1.0.0'
有关更多信息,请访问https://developers.google.com/places/android-sdk/client-migration
以上是关于无法解决:com.google.android.libraries.places:1.0.0:的主要内容,如果未能解决你的问题,请参考以下文章