1

我将 Grow Compete、Grow Spend 和 Grow Ultimate 模块集成到我的 Unity 项目中。当我尝试构建项目时,我收到两个错误消息:

CommandInvokationFailure:重新打包资源失败。有关详细信息,请参阅控制台。C:\Users\halil.cosgun\Desktop\ADTBundle\adt_bundle\sdk\build-tools\21.1.1\aapt.exe 包 --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:文件名无效:必须仅包含 [a-z0-9_.] res\drawable\common_signin_btn_icon_dark 2.xml:文件名无效:必须仅包含 [a-z0-9_.] res\drawable\common_signin_btn_icon_light ... ... res\drawable-mdpi-v4\common_signin_btn_icon_focus_dark.10.png:0:最初定义在这里。

res\drawable-hdpi-v4\common_signin_btn_icon_focus_dark.11.png:0:错误:资源条目 common_signin_btn_icon_focus_dark 已定义。res\drawable-hdpi-v4\common_signin_btn_icon_focus_dark.10.png:0:最初定义在这里。

res\drawable-xhdpi-v4\common_signin_btn_icon_focus_dark.11.png:0:错误:资源条目 common_signin_btn_icon_focus_dark 已定义。res\drawable-xhdpi-v4\common_signin_btn_icon_focus_dark.10.png:0:最初定义在这里。

res\drawable-xxhdpi-v4\common_signin_btn_icon_focus_dark.11.png:0:错误:资源条目 common_signin_btn_icon_focus_dark 已定义。res\drawable-xxhdpi-v4\common_signin_btn_icon_focus_dark.10.png:0:最初在这里定义。

res\drawable-mdpi-v4\common_signin_btn_icon_focus_dark.9.png:0:错误:资源条目 common_signin_btn_icon_focus_dark 已定义。res\drawable-mdpi-v4\common_signin_btn_icon_focus_dark.10.png:0:最初定义在这里。

资源\绘制

构建播放器时出错:CommandInvokationFailure:重新打包资源失败。有关详细信息,请参阅控制台。C:\Users\halil.cosgun\Desktop\ADTBundle\adt_bundle\sdk\build-tools\21.1.1\aapt.exe 包 --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"

文件名无效:必须仅包含 [a-z0-9_.] res\drawable-hdpi-v4\ic_plusone_medium_off_client 1.png:文件名无效:必须仅包含 [a-z0-9_.] res\drawable-xhdpi-v4 \ic_plusone_medium_off_client 1.png:无效文件名:必须仅包含 [a-z0-9_.] res\drawable-xxhdpi-v4\ic_plusone_medium_off_client 1.png:无效文件名:必须仅包含 [a-z0-9_.] 。 .. ... res\drawable-hdpi-v4\common_signin_btn_icon_focus_dark.11.png:0:错误:资源条目 common_signin_btn_icon_focus_dark 已定义。res\drawable-hdpi-v4\common_signin_btn_icon_focus_dark.10.png:0:最初定义在这里。文件名无效:必须仅包含 [a-z0-9_.] res\drawable-xxhdpi-v4\ic_plusone_medium_off_client 1.png:文件名无效:必须仅包含 [a-z0-9_.] ... ... res \drawable-hdpi-v4\common_signin_btn_icon_focus_dark.11.png:0:错误:资源条目 common_signin_btn_icon_focus_dark 已定义。res\drawable-hdpi-v4\common_signin_btn_icon_focus_dark.10.png:0:最初定义在这里。文件名无效:必须仅包含 [a-z0-9_.] res\drawable-xxhdpi-v4\ic_plusone_medium_off_client 1.png:文件名无效:必须仅包含 [a-z0-9_.] ... ... res \drawable-hdpi-v4\common_signin_btn_icon_focus_dark.11.png:0:错误:资源条目 common_signin_btn_icon_focus_dark 已定义。res\drawable-hdpi-v4\common_signin_btn_icon_focus_dark.10.png:0:最初定义在这里。

res\drawable-xhdpi-v4\common_signin_btn_icon_focus_dark.11.png:0:错误:资源条目 common_signin_btn_icon_focus_dark 已定义。res\drawable-xhdpi-v4\common_signin_btn_icon_focus_dark.10.png:0:最初定义在这里。

res\drawable-xxhdpi-v4\common_signin_btn_icon_focus_dark.11.png:0:错误:资源条目 common_signin_btn_icon_focus_dark 已定义。res\drawable-xxhdpi-v4\common_signin_btn_icon_focus_dark.10.png:0:最初在这里定义。

res\drawable-mdpi-v4\common_signin_btn_icon_focus_dark.9.png:0:错误:资源条目 common_signin_btn_icon_focus_dark 已定义。res\drawable-mdpi-v4\common_signin_btn_icon_focus_dark.10.png:0:最初

这是我的资产文件夹

请你帮助我好吗。

谢谢你的时间。

4

0 回答 0