gpt4 book ai didi

android - 找不到资源@integer/google_play_services_version 这是什么?

转载 作者:IT老高 更新时间:2023-10-28 23:32:04 25 4
gpt4 key购买 nike

我必须将 Inmobi skd 集成到我的项目中我已经完成了 https://www.inmobi.com/support/integration/23817448/22051163/android-sdk-integration-guide/教程,当我提到到 androidmenidfest.xml 文件,它给出一个错误没有找到与给定名称匹配的资源(在“值”处,值为“@integer/” google_play_services_version')。

为了解决这个问题,我引用了这个 I'm getting "Error: No resource found that matches the given name (at value with value @integer/google_play_services_version)"教程,但它对我没有帮助..请帮助我,我是android的新手..提前致谢

最佳答案

正如简单计划所说,喜欢:

在 Eclipse 中:

Eclipse -> 导入 -> 现有的 android 代码 -> 浏览 -> 导航到 google-play-services_lib 文件夹 (android-sdk/extras/google/google_play_services/libproject)。

然后,选择你的项目-->右键->属性->android->库,添加->选择刚刚导入的项目->确定

更新:

在 Android Studio 中:

只需将此行添加到 build.gradle 并点击 Sync

compile 'com.google.android.gms:play-services:8.4.0'

还要确保在 build.gradle 的末尾添加这一行(我不知道为什么把它放在末尾(而不是开头)可以解决错误。)

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

更多信息请引用 this链接

关于android - 找不到资源@integer/google_play_services_version 这是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24325333/

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