Home > Mobile >  The Android resource linking failed problem, sprout new
The Android resource linking failed problem, sprout new

Time:10-31

The Android resource linking failed
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute calendar_height (aka com. Zhangke. ShiZhong: calendar_height) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute current_month_lunar_text_color (aka com. Zhangke. ShiZhong: current_month_lunar_text_color) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute current_month_text_color (aka com. Zhangke. ShiZhong: current_month_text_color) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute max_year (aka com. Zhangke. ShiZhong: max_year) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute min_year (aka com. Zhangke. ShiZhong: min_year) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute month_view_scrollable (aka com. Zhangke. ShiZhong: month_view_scrollable) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute month_view_show_mode (aka com. Zhangke. ShiZhong: month_view_show_mode) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute other_month_text_color (aka com. Zhangke. ShiZhong: other_month_text_color) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute scheme_text (aka com. Zhangke. ShiZhong: scheme_text) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute scheme_text_color (aka com. Zhangke. ShiZhong: scheme_text_color) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute scheme_theme_color (aka com. Zhangke. ShiZhong: scheme_theme_color) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute selected_text_color (aka com. Zhangke. ShiZhong: selected_text_color) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute selected_theme_color (aka com. Zhangke. ShiZhong: selected_theme_color) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute week_background (aka com. Zhangke. ShiZhong: week_background) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute week_start_with (aka com. Zhangke. ShiZhong: week_start_with) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_clock_plan_detail XML: 28: error: attribute week_text_color (aka com. Zhangke. ShiZhong: week_text_color) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_qr_code XML: 15: error: attribute showFrame (aka com. Zhangke. ShiZhong: showFrame) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_qr_code XML: 15: error: attribute showPoint (aka com. Zhangke. ShiZhong: showPoint) not found.
D: \ Androidyuan \ ShiZhong - master \ app \ SRC \ main \ res \ layout \ activity_qr_code XML: 15: error: attribute showSlider (aka com. Zhangke. ShiZhong: showSlider) not found.
Error: failed linking the file resources.

CodePudding user response:

You this may be the height of a control in the XML layout is not set, the control of the height and width are short of one cannot,

CodePudding user response:

Calendar_height (aka com. Zhangke. Shizhong: calendar_height) not found this sentence means I couldn't find calendar_height is no this attribute that a lot of things behind the same question
  • Related