This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Build Error after enabling the Enabling Car HMI

Other Parts Discussed in Thread: DRA742


CPU  : DRA752-GP ES1.1
Model: TI DRA742
Board: DRA74x EVM REV G.0
DRAM:  1.5 GiB

I am building the AFS source by enabling the Car HMI mentioned in the page http://omappedia.org/wiki/6AO.1.0_Engineering_Drop

But it gives the below error,

[  0% 6/14555] target R.java/Manifest.java: framework-res__auto_genera.../obj/APPS/framework-res__auto_generated_rro_intermediates/src/R.stamp)
FAILED: out/target/common/obj/APPS/framework-res__auto_generated_rro_intermediates/src/R.stamp
/bin/bash -c "(rm -rf out/target/common/obj/APPS/framework-res__auto_generated_rro_intermediates/src/R.stamp && mkdir -p out/target/common/obj/APPS/framework-res__auto_generated_rro_intermediates/src/ ) && (mkdir -p out/target/common/obj/APPS/framework-res__auto_generated_rro_intermediates/src ) && (mkdir -p out/target/common/obj/APPS/framework-res__auto_generated_rro_intermediates/ ) && (out/host/linux-x86/bin/aapt package --auto-add-overlay -z  --pseudo-localize -m  -J out/target/common/obj/APPS/framework-res__auto_generated_rro_intermediates/src -M out/target/common/obj/APPS/framework-res__auto_generated_rro_intermediates/AndroidManifest.xml -P out/target/common/obj/APPS/framework-res__auto_generated_rro_intermediates/public_resources.xml -S device/sample/overlays/location/frameworks/base/core/res/res -S packages/services/Car/car_product/overlay/frameworks/base/core/res/res -S device/ti/jacinto6evm/overlay/frameworks/base/core/res/res  -I out/target/common/obj/APPS/framework-res_intermediates/package-export.apk -I out/target/common/obj/APPS/framework-res_intermediates/package-export.apk -G out/target/common/obj/APPS/framework-res__auto_generated_rro_intermediates/proguard_options --min-sdk-version 26 --target-sdk-version 26 --version-code 26 --version-name 8.0.0   --skip-symbols-without-default-localization ) && (for GENERATED_MANIFEST_FILE in \`find out/target/common/obj/APPS/framework-res__auto_generated_rro_intermediates/src -name Manifest.java 2> /dev/null\`; do dir=\`awk '/package/{gsub(/\\./,\"/\",\$2);gsub(/;/,\"\",\$2);print \$2;exit}' \$GENERATED_MANIFEST_FILE\`; mkdir -p out/target/common/R/\$dir; prebuilts/build-tools/linux-x86/bin/acp -fp \$GENERATED_MANIFEST_FILE out/target/common/R/\$dir; done ) && (for GENERATED_R_FILE in \`find out/target/common/obj/APPS/framework-res__auto_generated_rro_intermediates/src -name R.java 2> /dev/null\`; do dir=\`awk '/package/{gsub(/\\./,\"/\",\$2);gsub(/;/,\"\",\$2);print \$2;exit}' \$GENERATED_R_FILE\`; mkdir -p out/target/common/R/\$dir; prebuilts/build-tools/linux-x86/bin/acp -fp \$GENERATED_R_FILE out/target/common/R/\$dir || exit 31; prebuilts/build-tools/linux-x86/bin/acp -fp \$GENERATED_R_FILE out/target/common/obj/APPS/framework-res__auto_generated_rro_intermediates/src/R.stamp || exit 32; done ) && (touch out/target/common/obj/APPS/framework-res__auto_generated_rro_intermediates/src/R.stamp )"
packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:21: error: Error retrieving parent for item: No resource found that matches the given name 'TextAppearance'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:22: error: Error: No resource found that matches the given name: attr 'fontFamily'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:23: error: Error: No resource found that matches the given name: attr 'textSize'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:30: error: Error retrieving parent for item: No resource found that matches the given name 'Animation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:34: error: Error: No resource found that matches the given name: attr 'activityCloseEnterAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:35: error: Error: No resource found that matches the given name: attr 'activityCloseExitAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:31: error: Error: No resource found that matches the given name: attr 'activityOpenEnterAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:32: error: Error: No resource found that matches the given name: attr 'activityOpenExitAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:65: error: Error: No resource found that matches the given name: attr 'fragmentCloseEnterAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:66: error: Error: No resource found that matches the given name: attr 'fragmentCloseExitAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:67: error: Error: No resource found that matches the given name: attr 'fragmentFadeEnterAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:68: error: Error: No resource found that matches the given name: attr 'fragmentFadeExitAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:63: error: Error: No resource found that matches the given name: attr 'fragmentOpenEnterAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:64: error: Error: No resource found that matches the given name: attr 'fragmentOpenExitAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:41: error: Error: No resource found that matches the given name: attr 'launchTaskBehindSourceAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:40: error: Error: No resource found that matches the given name: attr 'launchTaskBehindTargetAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:43: error: Error: No resource found that matches the given name: attr 'taskCloseEnterAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:44: error: Error: No resource found that matches the given name: attr 'taskCloseExitAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:37: error: Error: No resource found that matches the given name: attr 'taskOpenEnterAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:38: error: Error: No resource found that matches the given name: attr 'taskOpenExitAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:49: error: Error: No resource found that matches the given name: attr 'taskToBackEnterAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:50: error: Error: No resource found that matches the given name: attr 'taskToBackExitAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:46: error: Error: No resource found that matches the given name: attr 'taskToFrontEnterAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:47: error: Error: No resource found that matches the given name: attr 'taskToFrontExitAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:55: error: Error: No resource found that matches the given name: attr 'wallpaperCloseEnterAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:56: error: Error: No resource found that matches the given name: attr 'wallpaperCloseExitAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:60: error: Error: No resource found that matches the given name: attr 'wallpaperIntraCloseEnterAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:61: error: Error: No resource found that matches the given name: attr 'wallpaperIntraCloseExitAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:58: error: Error: No resource found that matches the given name: attr 'wallpaperIntraOpenEnterAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:59: error: Error: No resource found that matches the given name: attr 'wallpaperIntraOpenExitAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:52: error: Error: No resource found that matches the given name: attr 'wallpaperOpenEnterAnimation'.

packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/styles.xml:53: error: Error: No resource found that matches the given name: attr 'wallpaperOpenExitAnimation'.

[  0% 8/14555] Ensuring Jack server is installed and started
Jack server already installed in "/home/itdtpadmin/.jack-server"
Server is already running
[  0% 9/14555] target R.java/Manifest.java: CarDialerApp (out/target/common/obj/APPS/CarDialerApp_intermediates/src/R.stamp)
ninja: build stopped: subcommand failed.
15:47:50 ninja failed with: exit status 1
build/core/main.mk:21: recipe for target 'run_soong_ui' failed
make: *** [run_soong_ui] Error 1

Can you please help me out to overcome the above error.

Note: I got the android file system source from processors.wiki.ti.com/.../6AO.1.0_Release_Notes

Best Regards,

Shareen.