我最近将FireBase软件包添加到了我的Unity项目中,并且在尝试构建时,遇到了关于找不到资源样式的gradle构建错误。
我的目标是API 25,并且安装了APis 20-29。 我知道Unity文档提到了修改Android Manifest,但是我无法在我的项目文件夹中找到一个。
我打开的文件是指:
[...]\.gradle\caches\transforms-2\files-2.1\2cc7523de400353da8957f35d3d3eebd\res\values\values.xml
和提到的两个行号是:
86:<declare-styleable name="GradientColor">
126:<declare-styleable name="GradientColorItem">
还提出了另外两个错误:
Found corrupted package.xml at [...]\AppData\Local\Android\Sdk\add-ons\addon-google_apis-google-24\package.xml
Invalid package.xml found at [...]\AppData\Local\Android\Sdk\add-ons\addon-google_apis-google-24\package.xml and failed to parse using fallback.