Hi list, I am trying to compile the Android source tree under Cygwin. I got the source using repo, and following the docs, i called make. Here is what make writes in the console :
[CODE] ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=2.1-update1 TARGET_PRODUCT=generic TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_BUILD_TYPE=release TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=windows HOST_BUILD_TYPE=release BUILD_ID=ECLAIR ============================================ build/core/main.mk:385: sdk-only: javac available. /bin/bash: line 0: cd: sdk/layoutopt/app/src/resources: No such file or directory make: *** No rule to make target `out/target/common/obj/PACKAGING/ public_api.xml', needed by `out/target/common/obj/PACKAGING/checkapi- last-timestamp'. Stop. [/CODE] What am I doing wrong. I need to compile the Android source to be able to link my NDK libs with libEGL. Thanks for any help. Regards, Florent. -- 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

