No resource found error for `com.google.android.gms:play-services-ads:7.5.0` in android studio 1.3 -
i'm using admob native ads example showing native ads this. when have imported this project in android studio 1.3, i'm getting following error.
e:\shared_folder\sample projects , libraries\googleads-mobile-android-examples-master\admob\nativeexample\app\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\7.5.0\res\drawable\common_signin_btn_icon_light.xml error:(10, 28) no resource found matches given name (at 'drawable' value '@drawable/common_signin_btn_icon_disabled_focus_light'). e:\shared_folder\sample projects , libraries\googleads-mobile-android-examples-master\admob\nativeexample\app\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\7.5.0\res\drawable\common_signin_btn_text_light.xml error:(10, 28) no resource found matches given name (at 'drawable' value '@drawable/common_signin_btn_text_disabled_focus_light'). error:execution failed task ':app:processdebugresources'. com.android.ide.common.process.processexception: org.gradle.process.internal.execexception: process 'command 'd:\android-dev\androidstudiosdk\build-tools\22.0.0\aapt.exe'' finished non-zero exit value 1
i'm using beta version
1.3 beta (june 18th, 2015)
of android studio. have checked stable version1.2.2 stable
of android studio. issue still persists.
while using sample app admob native example, above error showing. i'm unable edit resource well. says files under build folder generated , should not edited
what can solution this?
i have used latest version of play services ads 7.5.0.
compile 'com.google.android.gms:play-services-base:7.5.0' compile 'com.google.android.gms:play-services-ads:7.5.0'
please resolve problem.
i have reported issue on github.
update google play services , google repository. works fine.
Comments
Post a Comment