android - Unable to make build with Soomla State & Economy Sync plugin -


i integrated grow compete, grow spend , grow ultimate modules unity project. when tried make build project, receive 2 errors says :

commandinvokationfailure: failed re-package resources. see console details. c:\users\halil.cosgun\desktop\adtbundle\adt_bundle\sdk\build-tools\21.1.1\aapt.exe package --auto-add-overlay -v -f -m -j gen -m androidmanifest.xml -s "res" -i "c:/users/halil.cosgun/desktop/adtbundle/adt_bundle/sdk\platforms\android-21\android.jar" -f bin/resources.ap_ --extra-packages com.google.android.gms -s "c:\users\halil.cosgun\desktop\soomlaworkout\soomlaworkout\temp\stagingarea\android-libraries\google-play-services_lib\res"

stderr[ res\drawable\common_signin_btn_icon_dark 1.xml: invalid file name: must contain [a-z0-9_.] res\drawable\common_signin_btn_icon_dark 2.xml: invalid file name: must contain [a-z0-9_.] res\drawable\common_signin_btn_icon_light ... ... res\drawable-mdpi-v4\common_signin_btn_icon_focus_dark.10.png:0: defined here.

res\drawable-hdpi-v4\common_signin_btn_icon_focus_dark.11.png:0: error: resource entry common_signin_btn_icon_focus_dark defined. res\drawable-hdpi-v4\common_signin_btn_icon_focus_dark.10.png:0: defined here.

res\drawable-xhdpi-v4\common_signin_btn_icon_focus_dark.11.png:0: error: resource entry common_signin_btn_icon_focus_dark defined. res\drawable-xhdpi-v4\common_signin_btn_icon_focus_dark.10.png:0: defined here.

res\drawable-xxhdpi-v4\common_signin_btn_icon_focus_dark.11.png:0: error: resource entry common_signin_btn_icon_focus_dark defined. res\drawable-xxhdpi-v4\common_signin_btn_icon_focus_dark.10.png:0: defined here.

res\drawable-mdpi-v4\common_signin_btn_icon_focus_dark.9.png:0: error: resource entry common_signin_btn_icon_focus_dark defined. res\drawable-mdpi-v4\common_signin_btn_icon_focus_dark.10.png:0: defined here.

res\draw

and

error building player: commandinvokationfailure: failed re-package resources. see console details. c:\users\halil.cosgun\desktop\adtbundle\adt_bundle\sdk\build-tools\21.1.1\aapt.exe package --auto-add-overlay -v -f -m -j gen -m androidmanifest.xml -s "res" -i "c:/users/halil.cosgun/desktop/adtbundle/adt_bundle/sdk\platforms\android-21\android.jar" -f bin/resources.ap_ --extra-packages com.google.android.gms -s "c:\users\halil.cosgun\desktop\soomlaworkout\soomlaworkout\temp\stagingarea\android-libraries\google-play-services_lib\res"

stderr[ res\drawable\common_signin_btn_icon_dark 1.xml: invalid file name: must contain [a-z0-9_.] res\drawable\common_signin_btn_icon_dark 2.xml: invalid file name: must contain [a-z0-9_.] res\drawable\common_signin_btn_icon_light 1.xml: invalid file name: must contain [a-z0-9_.] res\drawable\common_signin_btn_icon_light 2.xml: invalid file name: must contain [a-z0-9_.] res\drawable\common_signin_btn_text_dark 1.xml: invalid file name: must contain [a-z0-9_.] res\drawable\common_signin_btn_text_dark 2.xml: invalid file name: must contain [a-z0-9_.] res\drawable\common_signin_btn_text_light 1.xml: invalid file name: must contain [a-z0-9_.] res\drawable\common_signin_btn_text_light 2.xml: invalid file name: must contain [a-z0-9_.] res\drawable-mdpi-v4\ic_plusone_medium_off_client 1.png: invalid file name: must contain [a-z0-9_.] res\drawable-hdpi-v4\ic_plusone_medium_off_client 1.png: invalid file name: must contain [a-z0-9_.] res\drawable-xhdpi-v4\ic_plusone_medium_off_client 1.png: invalid file name: must contain [a-z0-9_.] res\drawable-xxhdpi-v4\ic_plusone_medium_off_client 1.png: invalid file name: must contain [a-z0-9_.] ... ... res\drawable-hdpi-v4\common_signin_btn_icon_focus_dark.11.png:0: error: resource entry common_signin_btn_icon_focus_dark defined. res\drawable-hdpi-v4\common_signin_btn_icon_focus_dark.10.png:0: defined here.

res\drawable-xhdpi-v4\common_signin_btn_icon_focus_dark.11.png:0: error: resource entry common_signin_btn_icon_focus_dark defined. res\drawable-xhdpi-v4\common_signin_btn_icon_focus_dark.10.png:0: defined here.

res\drawable-xxhdpi-v4\common_signin_btn_icon_focus_dark.11.png:0: error: resource entry common_signin_btn_icon_focus_dark defined. res\drawable-xxhdpi-v4\common_signin_btn_icon_focus_dark.10.png:0: defined here.

res\drawable-mdpi-v4\common_signin_btn_icon_focus_dark.9.png:0: error: resource entry common_signin_btn_icon_focus_dark defined. res\drawable-mdpi-v4\common_signin_btn_icon_focus_dark.10.png:0:

here assets folder

could please me.

thanks time.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -