您的位置:首页 > 移动开发 > Android开发

Android Studio报错@integer/google_play_services_version').

2016-05-10 22:22 585 查看
E:\workspace\BDBusiness-master\app\build\intermediates\manifests\full\debug\AndroidManifest.xml
Error:(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'}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  integergoogle_play_s