Question by
resigndesigns · Jul 07, 2017 at 07:39 PM ·
unity 5google play gamescompile-error
CommandInvokationFailure: Failed to re-package resources
Hi,
I have am getting below error while building my game.Not sure what went wrong but it was working perfectly.
I have Unity 5.5.01f play-services-resolver-1.2.30.0 Google Mobile Ads Unity Plugin v3.5.0
Here is my SDK
CommandInvokationFailure: Failed to re-package resources.
D:\Downloads\adt-bundle-windows-x86_64-20130729\sdk\build-tools\23.0.2\aapt.exe package --auto-add-overlay -v -f -m -J "gen" -M "AndroidManifest.xml" -S "res" -I "D:/Downloads/adt-bundle-windows-x86_64-20130729/sdk\platforms\android-26\android.jar" -F bin/resources.ap_ --extra-packages com.google.unity:com.google.android.gms.ads.impl:com.google.android.gms.ads:com.google.android.gms.base:com.google.android.gms:com.google.android.gms.clearcut:com.google.android.gms.gass:com.google.android.gms.tasks:android.support.v4 -S "D:\games\my game\Temp\StagingArea\android-libraries\play-services-ads-10.2.1\res" -S "D:\games\my game\Temp\StagingArea\android-libraries\play-services-ads-lite-10.2.1\res" -S "D:\games\my game\Temp\StagingArea\android-libraries\play-services-base-10.2.1\res" -S "D:\games\my game\Temp\StagingArea\android-libraries\play-services-basement-10.2.1\res" -S "D:\games\my game\Temp\StagingArea\android-libraries\play-services-clearcut-10.2.1\res" -S "D:\games\my game\Temp\StagingArea\android-libraries\play-services-gass-10.2.1\res" -S "D:\games\my game\Temp\StagingArea\android-libraries\play-services-tasks-10.2.1\res" -S "D:\games\my game\Temp\StagingArea\android-libraries\support-v4-24.0.0\res"
stderr[
D:\games\my game\Temp\StagingArea\android-libraries\play-services-base-10.2.1\res\drawable\common_google_signin_btn_icon_dark.xml:7: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/common_google_signin_btn_icon_dark_focused').
D:\games\my game\Temp\StagingArea\android-libraries\play-services-base-10.2.1\res\drawable\common_google_signin_btn_icon_dark.xml:10: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/common_google_signin_btn_icon_dark_normal').
D:\games\my game\Temp\StagingArea\android-libraries\play-services-base-10.2.1\res\drawable\common_google_signin_btn_icon_light.xml:7: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/common_google_signin_btn_icon_light_focused').
D:\games\my game\Temp\StagingArea\android-libraries\play-services-base-10.2.1\res\drawable\common_google_signin_btn_icon_light.xml:10: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/common_google_signin_btn_icon_light_normal').
D:\games\my game\Temp\StagingArea\android-libraries\play-services-base-10.2.1\res\drawable\common_google_signin_btn_text_dark.xml:9: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/common_google_signin_btn_text_dark_focused').
D:\games\my game\Temp\StagingArea\android-libraries\play-services-base-10.2.1\res\drawable\common_google_signin_btn_text_dark.xml:12: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/common_google_signin_btn_text_dark_normal').
D:\games\my game\Temp\StagingArea\android-libraries\play-services-base-10.2.1\res\drawable\common_google_signin_btn_text_light.xml:7: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/common_google_signin_btn_text_light_focused').
D:\games\my game\Temp\StagingArea\android-libraries\play-services-base-10.2.1\res\drawable\common_google_signin_btn_text_light.xml:10: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/common_google_signin_btn_text_light_normal').
Can anyone suggest a solution for this? Thanks in advanced
1untitled.png
(13.8 kB)
untitled.png
(12.6 kB)
Comment
Your answer
Follow this Question
Related Questions
save/load Data to Google Play games 2 Answers
Google play games store data 0 Answers
failed to re pack resources 0 Answers
Unit Multiplayer or google Multiplayer ? 0 Answers