问题标签 [aapt2]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
915 浏览

android - 在项目 gradle 中设置 build:gradle:3.0.1 或 latest 时出现 AAPT2 错误

使用 build:gradle:3.0.1 构建项目时,出现此错误。

我试过解决方案

在这个线程中提到的 gradle.properties 文件中:

错误:com.android.tools.aapt2.Aapt2Exception:AAPT2 错误:查看日志了解详细信息

它可以工作,但 Java 编译器会发出警告,

WARNING: The option 'android.enableAapt2' is deprecated and should not be used anymore.

我们可以在不使用 android.enableAapt2=false 的情况下解决 AAPT2 错误吗?

0 投票
3 回答
15202 浏览

android - Android Studio 3.1.1 中的 Aapt2 错误

我将 android studio 从 2.2 更新到 3.1,它总是给我aapt2 error并且构建失败。我添加android.enableAapt2=false了 gradle.properties 并且我的项目成功构建并带有警告:
The option 'android.enableAapt2' is deprecated and should not be used anymore. Use 'android.enableAapt2=true' to remove this warning. It will be removed at the end of 2018.

最严重的是我无法在我的移动设备和虚拟设备上运行该应用程序。错误Failed to execute aapt

详细:
运行构建

Java 编译器
Caused by: java.util.NoSuchElementException

当我启用 AAPT2 时,日志详细信息:
Configure project :app useNewCruncher has been deprecated. It will be removed in a future version of the gradle plugin. New cruncher is now always enabled. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\anim\abc_tooltip_exit.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-hdpi-v4\abc_ic_menu_share_mtrl_alpha.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable\abc_btn_colored_material.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-hdpi-v4\abc_textfield_search_default_mtrl_alpha.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\layout\abc_action_bar_up_container.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xxhdpi-v4\abc_text_select_handle_middle_mtrl_light.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xhdpi-v4\abc_ab_share_pack_mtrl_alpha.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-hdpi-v4\abc_scrubber_control_to_pressed_mtrl_005.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\layout\abc_search_dropdown_item_icons_2line.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-hdpi-v4\abc_scrubber_control_to_pressed_mtrl_000.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xhdpi-v4\abc_text_select_handle_middle_mtrl_light.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xxxhdpi-v4\abc_text_select_handle_right_mtrl_dark.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xhdpi-v4\abc_list_selector_disabled_holo_dark.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xhdpi-v4\abc_textfield_search_default_mtrl_alpha.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\color\abc_secondary_text_material_light.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable\abc_btn_default_mtrl_shape.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\color\abc_primary_text_disable_only_material_light.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-ldrtl-xxhdpi-v17\abc_ic_menu_copy_mtrl_am_alpha.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\layout\abc_screen_simple_overlay_action_mode.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\color\abc_primary_text_material_light.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xhdpi-v4\abc_textfield_search_activated_mtrl_alpha.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\layout\abc_popup_menu_header_item_layout.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-hdpi-v4\abc_ic_menu_cut_mtrl_alpha.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-ldrtl-xhdpi-v17\abc_spinner_mtrl_am_alpha.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-mdpi-v4\abc_text_select_handle_left_mtrl_dark.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xxhdpi-v4\abc_ic_star_black_36dp.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable\abc_edit_text_material.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-hdpi-v4\abc_textfield_search_activated_mtrl_alpha.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\layout\select_dialog_multichoice_material.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\support-compat-27.1.1.aar\89bc5b5be730920c1779275773f888ad\res\drawable-xhdpi-v4\notification_bg_normal.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xhdpi-v4\abc_list_focused_holo.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xhdpi-v4\abc_btn_radio_to_on_mtrl_000.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-mdpi-v4\abc_textfield_search_activated_mtrl_alpha.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xhdpi-v4\abc_btn_radio_to_on_mtrl_015.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-mdpi-v4\abc_ic_menu_cut_mtrl_alpha.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\layout\abc_screen_toolbar.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\color-v23\abc_tint_btn_checkable.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\layout\abc_tooltip.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\support-compat-27.1.1.aar\89bc5b5be730920c1779275773f888ad\res\drawable-hdpi-v4\notification_bg_normal_pressed.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable\abc_list_selector_background_transition_holo_light.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable\abc_switch_thumb_material.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-hdpi-v4\abc_list_pressed_holo_dark.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\anim\abc_fade_in.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\color-v23\abc_btn_colored_borderless_text_material.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-ldrtl-xxxhdpi-v17\abc_ic_menu_copy_mtrl_am_alpha.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\support-compat-27.1.1.aar\89bc5b5be730920c1779275773f888ad\res\layout\notification_template_custom_big.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-ldrtl-hdpi-v17\abc_ic_menu_cut_mtrl_alpha.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-hdpi-v4\abc_ic_menu_copy_mtrl_am_alpha.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-hdpi-v4\abc_cab_background_top_mtrl_alpha.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-mdpi-v4\abc_ic_commit_search_api_mtrl_alpha.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-ldrtl-xxxhdpi-v17\abc_ic_menu_cut_mtrl_alpha.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\anim\abc_tooltip_enter.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xhdpi-v4\abc_cab_background_top_mtrl_alpha.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-hdpi-v4\abc_list_selector_disabled_holo_dark.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\support-compat-27.1.1.aar\89bc5b5be730920c1779275773f888ad\res\drawable-v21\notification_action_background.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\layout\abc_dialog_title_material.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable\abc_spinner_textfield_background_material.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\color\abc_primary_text_material_dark.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xxhdpi-v4\abc_spinner_mtrl_am_alpha.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\color\abc_secondary_text_material_dark.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-watch-v20\abc_dialog_material_background.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xxhdpi-v4\abc_list_divider_mtrl_alpha.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\anim\abc_popup_exit.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-mdpi-v4\abc_list_selector_disabled_holo_light.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-ldrtl-mdpi-v17\abc_ic_menu_cut_mtrl_alpha.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\anim\abc_fade_out.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\support-compat-27.1.1.aar\89bc5b5be730920c1779275773f888ad\res\layout\notification_action.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xxxhdpi-v4\abc_scrubber_control_to_pressed_mtrl_005.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xxxhdpi-v4\abc_scrubber_control_to_pressed_mtrl_000.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable\abc_ic_go_search_api_material.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-mdpi-v4\abc_btn_check_to_on_mtrl_000.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\support-compat-27.1.1.aar\89bc5b5be730920c1779275773f888ad\res\drawable-xhdpi-v4\notification_bg_low_normal.9.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\color\abc_tint_edittext.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-v21\abc_btn_colored_material.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xxhdpi-v4\abc_text_select_handle_middle_mtrl_dark.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\support-compat-27.1.1.aar\89bc5b5be730920c1779275773f888ad\res\layout\notification_action_tombstone.xml: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xxxhdpi-v4\abc_ic_menu_paste_mtrl_am_alpha.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-hdpi-v4\abc_text_select_handle_left_mtrl_dark.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-xxxhdpi-v4\abc_ic_star_black_48dp.png: error: file not found. C:\Users\??\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\031c62276958579ac6449e5bad72b0ac\res\drawable-mdpi-v4\abc_scrubber_control_off_mtrl_alpha.png: error: file not found. Task :app:mergeDebugResources Error: java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: AAPT2 error: check logs for details FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:mergeDebugResources'. Error: java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: AAPT2 error: check logs for details * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 5s 11 actionable tasks: 9 executed, 2 up-to-date

我的 Android Studio
SDK 工具信息:26.1.1
Gradle 版本:4.4
插件版本:3.1
平台版本:API 27

我在其他问题中看到了一些答案,但它们对我不起作用。希望我的详细信息足以让您解决我的问题。

0 投票
1 回答
1764 浏览

android - 迁移到 Android Studio 3.1.1 - 获取“AAPT:错误::item>”。

我正在尝试将 Android Studio 3.0 项目迁移到 Android Studio 3.1.1,它启用了 Android gradle 插件 3.1.1 和新的 AAPT2 资源处理器。我认为我的问题源于其中任何一个。

基本上,当我尝试同步我的项目时,我得到的错误是

用户/用户/src/app/app-1/src/main/res/values/styles.xml:599:5-608:13:AAPT:错误::item>。

我不知道仅基于此错误消息的错误可能是什么。谷歌搜索它似乎也没有找到任何东西。此错误消息指向的行没有什么特别之处,只是一个样式声明:

基于错误位置并知道 AAPT2 现在已打开(之前已关闭),我得出的结论是该错误与资源有关,但我不知道出了什么问题。

我的项目由两个应用程序和一个公共模块组成,这两个应用程序都依赖于这些应用程序。commons 模块也实现了一些 UI 组件。不确定这是否相关。

我将如何进一步调试?

更新:当我查看values.xml由 AAPT2 处理的 merge 时,我可以看到结果values.xml包含一些奇怪的东西。

看起来错误来自这些行。但他们怎么会在那里结束呢?谁会添加ns3命名空间,为什么?

0 投票
2 回答
13536 浏览

java - 解析覆盖失败 - Aapt2 - Android Studio

我正在尝试将 Android Studio 中的 dlib 用于我大学的项目。我确实导入了我需要的所有 .so 文件,但我无法导入shape_predictor_68_face_landmarks.dat...(我想将其作为原始文件导入)

我明白AAPT2 error: check logs for details了,Java 编译器说failed parsing overlays. 你知道我能做些什么来解决这个问题吗?我从未见过关于failed parsing overlays.

我已经尝试在没有成功的情况下android.enableAapt2=false放入gradle.properties和...testOptionsgradle.build

您可以在此处找到构建日志:构建日志

这里的项目:https ://github.com/ghysc/Stage

如果您需要更多信息,请告诉我。

谢谢阅读。

西里尔 G

0 投票
22 回答
67479 浏览

android - AAPT 错误:资源可绘制/...未找到

最近升级了我的 android studio 后,我无法再构建我的项目了。

每次执行构建时,都会遇到以下错误:

即使文件 splash_screen.xml 存在于可绘制文件夹下,此错误仍然存​​在。

重建、清理项目和使缓存无效都不起作用!

添加行 android.enableAapt2=false 并不能解决真正的问题,因此我宁愿找到问题的根源。

下面显示了我的 gradle.build 文件:

任何帮助都将不胜感激。

0 投票
2 回答
744 浏览

android - AAPT2 错误:检查日志以获取详细信息和样式父级的无效资源类型“attr”

我从github打开项目并尝试运行它,但它给出了两个错误。第一个错误是“样式父级的资源类型'attr'无效”,第二个错误是“aapt2错误:检查日志以获取详细信息”。这是我试图打开的项目的链接。 https://github.com/PragatiShrivastava06/EventShare_AndroidApp

这是错误图像

在此处输入图像描述

0 投票
0 回答
2627 浏览

android - 错误:右边框上的填充部分太多

当我构建我的项目时,它给了我类似的错误

收到此错误

我找到了原因,因为 9 个补丁文件,我收到了这个错误。所以任何人都可以看看这个 9-patch 文件,看看下图中有什么问题。

drop_down_9_patch 图像

我也在下面的下拉列表中使用图层列表

drop_down_drawable.xml

我在Spinner后台使用的上面的drawable。

请给出那个 9 补丁文件的解决方案

0 投票
1 回答
2840 浏览

android - 获取 gradle 构建的 aapt2 参数?

我有兴趣尝试使用 aapt2 从命令行编译一个 android 应用程序。当我尝试执行aapt2 link命令时,我在链接约束布局库时遇到问题。该程序从 Android studio/gradle 成功构建。如何让 gradle 命令行调用显示它正在运行的 aapt2 命令?

作为记录,我尝试运行 ./gradlew assembleDebug --debug ,我只能看到对 aapt2-proto 库的调用。

0 投票
1 回答
924 浏览

android - 迁移到 Gradle 3.0.0 时出现foregroundInsidePadding 错误

我正在迁移到 Gradle v3(特别是 3.1.2),但出现错误:

foregroundInsidePaddingvalues.xml中没有代码或库或文件。如何解决这个问题?

0 投票
1 回答
409 浏览

android - AAPT2 错误 - 在 mergeDebugResources 中找不到 appcompat-v7 文件

我有一个因错误而失败的 Hudson 构建作业

在日志中,有很多这样的行:

我发现了一些关于此类 AAPT2 错误的问题,例如thisthis,但它们似乎没有修复。

那么为什么构建失败呢?