当前位置: 首页 > 知识库问答 >
问题:

Unity build错误:找不到与给定名称“android:theme.holo.light.noactionbar.fullscreen”匹配的资源

晋鹤轩
2023-03-14

我知道在使用android Studio创建一个android项目时,可以通过修改清单文件或类似的方法来修复这些错误。但是我如何在Unity中修复这样的错误呢?

以下是全部错误:

生成播放机时出错:CommandInvokationFailure:无法重新打包资源。有关详细信息,请参阅控制台。C:\program Files(x86)\android\android-sdk\build-tools\android-6.0\aapt.exe包--auto-add-overlay-v-f-m-j gen-m androidmanifest.xml-s“res”-i“C:/program Files(x86)/android/android-sdk\platforms\android-7\android.jar”-f bin/resources.ap_

stderr[res\values-v14\styles.xml:3:错误:检索项的父项时出错:找不到与给定名称“android:theme.holo.light.noactionbar.fullscreen”匹配的资源。

res\values-v21\styles.xml:3:错误:检索项的父项时出错:找不到与给定名称“android:theme.material.light.noactionbar.fullscreen”匹配的资源。

]STDOUT[配置:(默认)v14 v21 ldpi-v4 hdpi-v4 xhdpi-v4 xxhdpi-v4 xxxhdpi-v4 xxxhdpi-v4

文件:drawable\app_banner.png src:(xhdpi-v4)res\drawable\app_icon.png src:()res\drawable\app_icon.png src:(ldpi-v4)res\drawable\app_icon.png src:(ldpi-v4)res\drawable\drawable\app_icon.png src:(ldpi-v4)res\drawable-ldpi\app_icon.png src:(xdpi-v4)

共有1个答案

闾丘山
2023-03-14

这可能是Unity中的一个错误。我知道这有点晚了,但万一别人遇到同样的问题。这是我如何消除错误的方法:

  1. 在Unity编辑器中,单击“编辑”->“项目设置”->“播放机”
  2. 在检查器中单击Android Settings(Android图标)
  3. 在玩家设置面板右上角,你会发现一个很小的齿轮图标。单击它并选择“重置”弹出菜单。

这将重置您的播放机设置回到默认值,至少应该编译。对我来说,这消除了错误。

 类似资料: