风流不在谈锋胜,袖手无言味最长。这篇文章主要讲述Android PlaceAutocompleteFragment自动关闭相关的知识,希望能为你提供帮助。
【Android PlaceAutocompleteFragment自动关闭】我正在尝试实现PlaceAutocompleteFragment的地方,但是问题是在单击搜索栏上PlaceAutocompleteFragment的打开时间不足1秒之后。然后自动关闭。我也尝试了SupportPlaceAutocompleteFragment。这是我的代码
<
fragment
android:id="@+id/place_autocomplete_fragment"
android:name="com.google.android.gms.location.places.ui.PlaceAutocompleteFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
PlaceAutocompleteFragment autocompleteFragment = (PlaceAutocompleteFragment)
getFragmentManager().findFragmentById(R.id.place_autocomplete_fragment);
<
meta-data
android:name="com.google.android.geo.API_KEY"
android:value="https://www.songbingjia.com/android/.........."/>
注意:我在控制台中启用了位置搜索api,并且还在我的项目中实现了位置和位置服务。
答案Android版Places SDK引入了具有更新功能的全新静态库。 Android版Places SDK的Google Play服务版本(即com.google.android.gms:play-services-places)已于2019年1月29日弃用,并将于2019年7月29日关闭。新版本适用于Android的Places SDK现已可用。
Migrating to the New Places SDK Client
推荐阅读
- “ app(layout_constraintHorizo ntal_bias是什么意思,它在哪里使用())
- 无法解决(com.crashlytics.sdk.android :answers-shim:0.0.3)
- 错误('com.android.build.api.transform.TransformException:生成主dex列表时出错。')
- 颤振| Android Gradle插件仅支持Kotlin Gradle插件版本1.3.0及更高版本
- 如何为所有模块,java,android应用程序和android库配置sourceCompatibility和compilerArgs()
- 管理Webpack依赖关系指南
- 不要低估品牌故事的力量
- 打造转化-着陆页设计最佳做法
- 要做的工作(将客户需求转化为产品解决方案)