apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
...
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES.txt'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/notice.txt'
exclude 'META-INF/license.txt'
exclude 'META-INF/dependencies.txt'
exclude 'META-INF/LGPL2.1'
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
compile 'com.google.firebase:firebase-core:10.2.0'
})
compile 'com.android.support:appcompat-v7:25.3.1'
...
testCompile 'junit:junit:4.12'
compile 'com.google.android.gms:play-services-games:10.2.0'
compile 'com.google.android.gms:play-services-plus:10.2.0'
}
apply plugin: 'com.google.gms.google-services'
通常情况下,这种情况会发生在模拟器中,因此如果您正确地包含了google play服务,则可以忽略该消息。
每当我尝试运行Google Map API v2项目时,它会显示以下错误:“Google Play services resources was not found.检查您的项目配置以确保包含了这些资源。”实际上,我试图添加一个标记到一个特定的位置,每当点击一个列表项,但我没有看到任何标记,相反,我得到应用停止工作的消息在设备。然后我检查了sdk管理器,有一个可用于Google Play服务的更新
到目前为止,我认为这些是所有情况下的共同事实: 2017年6月初开始。查看更多最近的报道,在评论到顶部的答案:LogCat消息:谷歌Play服务资源没有找到。检查您的项目配置,以确保包含资源 Android 6.0设备 也许:Google Play Services 11.0.55(436-156917137) Samusng Galaxy S5 Nexus 7(2013) 这个时候有什么工作吗?
这是否意味着如果我提交了我的应用程序,admob将在提交后工作正常?如果没有,这里是我的admob代码,我如何修复这个问题? XML:
我有一个应用程序,我正在使用谷歌播放服务广告Api显示添加,一切都很好,但我得到了一个消息: 找不到Google Play services资源。检查您的项目配置,以确保包括资源 请帮忙....
这似乎是由导入的“BaseGameUtils”库项目中的“GameHelper.java”文件生成的,该库项目被我的游戏应用程序引用为库。 我已将google-play-sevices_llb导入到我的工作区,并将其作为一个库引用到BaseGameUtils库本身中。在BaseGameUtils的Android私有库中有一个google-play-services.jar。在Android Dep