gpt4 book ai didi

java - 实现插页式广告;谷歌游戏已经过时了。更新模拟器吗?

转载 作者:太空宇宙 更新时间:2023-11-04 13:52:13 24 4
gpt4 key购买 nike

和标题差不多。我正在尝试实现广告,但它不会显示。 logcat 表示广告正在加载,只是不会显示在屏幕上。我想我已经在 sdk 管理器中下载了所有内容,gradle play 服务适用于 7.0.0,模拟器有 x86 google API 为其运行 - 它可能是模拟器以其他方式关闭,需要更新?...我只是不知道如何修复模拟器,如果这是问题。以下是遇到的错误。

W/GooglePlayServicesUtil﹕ Google Play services out of date.  Requires 7095000 but found 6774470

最佳答案

您必须更新设备上的 Google Play 服务。使用此代码提示用户需要更新应用程序。

int status = GooglePlayServicesUtil.isGooglePlayServicesAvailable( getApplicationContext() );
if(status == ConnectionResult.SUCCESS) {
//alarm to go and install Google Play Services
}else if(status == ConnectionResult.SERVICE_VERSION_UPDATE_REQUIRED){
Toast.makeText(context,"please udpate your google play service",Toast.LENGTH_SHORT).show
}

关于java - 实现插页式广告;谷歌游戏已经过时了。更新模拟器吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30180426/

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