Android Studio报错@integer/google_play_services_version').

来源:互联网 发布:什么是网站域名 编辑:程序博客网 时间:2024/06/09 19:31
E:\workspace\BDBusiness-master\app\build\intermediates\manifests\full\debug\AndroidManifest.xmlError:(290, 28) No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').Error:Execution failed for task ':app:processDebugResources'.> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\think\AppData\Local\Android\sdk\build-tools\23.0.1\aapt.exe'' finished with non-zero exit value 1
解决方法:在build.gradle中引入以下包
dependencies {        compile 'com.google.android.gms:play-services-appindexing:8.1.0'}

0 0
原创粉丝点击