Hi Chuck first take a look in the "make" files you have in there. It seems that you added a rule that for compilation you need 'tools.jar', while you are trying to build the rule 'out/target/com' Do you need this jar? If yes, put it in the path. If not, remove it from the rule. Regards ITWizard
On Oct 12, 9:32 am, chuck <[email protected]> wrote: > The source was downloaded successfully by cygwin. But when I > make the source code, the error was occurred: > > $ make > ============================================ > PLATFORM_VERSION_CODENAME=REL > PLATFORM_VERSION=1.6 > 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=Donut > ============================================ > build/core/main.mk:359: sdk-only: javac available. > make: *** No rule to make target `/usr/lib/tools.jar', needed by `out/ > target/com > mon/docs/offline-sdk-timestamp'. Stop. > > I can make the NDK by cygwin and the tool chains are as follows: > 1. GNU Make 3.81 > 2. gcc version 3.4.4 > 3. java version 1.6.0_16 > > Does anyone help me? > Thanks a lot!! > > chuck --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

