안드로이드 소스를 전체 빌드하고 있는데요
아래와 같이 에러가 나오는데 어떻게 해야 하나요?
Install: out/host/linux-x86/framework/doclava.jar
target Dex: core
target Strip: libc (out/target/product/odroid/obj/lib/libc.so)
host SharedLib: libdvm (out/host/linux-x86/obj/lib/libdvm.so)
Install: out/target/product/odroid/system/lib/libssl.so
host SharedLib: libsqlite (out/host/linux-x86/obj/lib/libsqlite.so)
Install: out/host/linux-x86/framework/cts-dalvik-buildutil.jar
Install: out/host/linux-x86/framework/cts-tradefed.jar
Install: out/host/linux-x86/framework/FrameworkCoreHostTests.jar
Install: out/host/linux-x86/framework/hierarchyviewerlib.jar
Install: out/host/linux-x86/framework/anttasks.jar
host Java: apache-xml-hostdex (out/host/common/obj/JAVA_LIBRARIES/apache-xml-hostdex_intermediates/classes)
host Java: bouncycastle-hostdex (out/host/common/obj/JAVA_LIBRARIES/bouncycastle-hostdex_intermediates/classes)
Install: out/host/linux-x86/framework/core-hostdex.jar
Install: out/host/linux-x86/framework/ddms.jar
host Java: hierarchyviewer2 (out/host/common/obj/JAVA_LIBRARIES/hierarchyviewer2_intermediates/classes)
host Java: sdkmanager (out/host/common/obj/JAVA_LIBRARIES/sdkmanager_intermediates/classes)
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
host SharedLib: libsqlite_jni (out/host/linux-x86/obj/lib/libsqlite_jni.so)
target R.java/Manifest.java: ApplicationsProvider (out/target/common/obj/APPS/ApplicationsProvider_intermediates/src/R.stamp)
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:17: error: No resource identifier found for attribute 'paddingLeft' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:17: error: No resource identifier found for attribute 'paddingRight' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:17: error: No resource identifier found for attribute 'layout_width' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:17: error: No resource identifier found for attribute 'layout_height' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:24: error: No resource identifier found for attribute 'id' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:24: error: No resource identifier found for attribute 'layout_width' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:24: error: No resource identifier found for attribute 'layout_height' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:24: error: No resource identifier found for attribute 'scaleType' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:24: error: No resource identifier found for attribute 'layout_alignParentLeft' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:24: error: No resource identifier found for attribute 'layout_alignParentTop' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:24: error: No resource identifier found for attribute 'layout_alignParentBottom' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:32: error: No resource identifier found for attribute 'id' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:32: error: No resource identifier found for attribute 'textAppearance' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:32: error: No resource identifier found for attribute 'singleLine' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:32: error: No resource identifier found for attribute 'layout_width' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:32: error: No resource identifier found for attribute 'layout_height' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:32: error: No resource identifier found for attribute 'paddingLeft' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:32: error: No resource identifier found for attribute 'layout_centerVertical' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:32: error: No resource identifier found for attribute 'layout_toRightOf' in package 'android'
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml:32: error: Error: No resource found that matches the given name (at 'textAppearance' with value '?android:attr/textAppearanceLarge').
packages/providers/ApplicationsProvider/res/xml/searchable.xml:17: error: No resource identifier found for attribute 'icon' in package 'android'
packages/providers/ApplicationsProvider/res/xml/searchable.xml:17: error: No resource identifier found for attribute 'label' in package 'android'
packages/providers/ApplicationsProvider/res/xml/searchable.xml:17: error: No resource identifier found for attribute 'includeInGlobalSearch' in package 'android'