gpt4 book ai didi

Android Studio 说 places api not enabled

转载 作者:搜寻专家 更新时间:2023-11-01 09:21:15 24 4
gpt4 key购买 nike

我正在尝试在我的应用程序中使用 Places API。即使启用了 Api,我的 Logcat 仍然给我这两个错误:

03-17 05:31:34.777 2759-3241/com.google.android.gms.persistent E/Volley: 
[158] BasicNetwork.performRequest: Unexpected response code 403 for
https://www.googleapis.com/placesandroid/v1/getAutocompletePredictions?
key=<api key>

03-17 05:31:34.782 2759-7906/com.google.android.gms.persistent E/Places:
Places API for Android does not seem to be enabled for your app. See
https://developers.google.com/places/android/signup for more details.

我试过添加

implementation 'com.google.android.libraries.places:places-compat:1.0.0'

implementation 'com.google.android.libraries.places:places:1.0.0'

但似乎都没有帮助。我可以搜索位置,但是当我在搜索栏中键入内容时,出现“Places_Api_Access_Not_Configured”错误。我的 Api 仪表板显示有 Activity ,所以我不确定问题出在哪里。

这是我的依赖目前的样子

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.google.android.gms:play-services-maps:16.0.0'

implementation 'com.google.android.gms:play-services-location:16.0.0'
//implementation 'com.google.android.gms:play-services-places:16.0.0'
implementation 'com.google.android.libraries.places:places-compat:1.0.0'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.firebase:firebase-core:16.0.6'

implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'org.webjars.npm:debug:4.1.0'
//implementation 'com.google.firebase:firebase-admin:6.7.0'
//implementation 'com.firebase:geofire-android:2.1.1'
implementation 'com.google.gms:google-services:3.1.1'

}
apply plugin: 'com.google.gms.google-services'

最佳答案

如果您正在使用 Place PickerPlace Autocomplete,您应该避免使用它们,因为它们自 2019 年 1 月 29 日起已弃用,如 here 所示.

Place Picker 的替代方法是自己实现,请参阅 this线程。
如果你想使用 Place Autocomplete 我建议你给 Pelias去吧。

关于Android Studio 说 places api not enabled,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55206041/

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