Hi, I've used repo to get android - and wanted to build -but get the following error. It looks like some environment variable somewhere is getting messed up - but I'm having difficulty following it through the build system.
In particular, *dalvik/libcore//home/kbingham/projects/android/dalvik/libcore/sub.mk: No such file or directory* looks like somehow the prefixing of the android_root folder has been prefixed (or not separated) with the subdirectory of the dalvik ? Can anyone help me with the following ? kbing...@atlas:~/projects/android$ make build/core/product_config.mk:211: WARNING: adding test OTA key ============================================ TARGET_PRODUCT=generic TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_BUILD_TYPE=release TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID= ============================================ build/core/main.mk:180: implicitly installing apns-conf_sdk.xml /bin/bash: line 0: cd: dalvik/libcore//home/kbingham/projects/android/dalvik/libcore: No such file or directory /bin/bash: line 0: cd: dalvik/libcore//home/kbingham/projects/android/dalvik/libcore: No such file or directory dalvik/libcore/Android.mk:110: dalvik/libcore//home/kbingham/projects/android/dalvik/libcore/sub.mk: No such file or directory build/core/copy_headers.mk:15: warning: overriding commands for target `out/target/product/generic/obj/include/libpv/getactualaacconfig.h' build/core/copy_headers.mk:15: warning: ignoring old commands for target `out/target/product/generic/obj/include/libpv/getactualaacconfig.h' make: *** No rule to make target `dalvik/libcore//home/kbingham/projects/android/dalvik/libcore/sub.mk'. Stop. kbing...@atlas:~/projects/android$ -- Regards Kieran Bingham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

