On 03/05/10 10:06, Abhi wrote: > Hi, > > I am trying to install and run Android NDK on my windows xp machine. I > am new to NDK and looking for some help in understanding the > installation process. I have downloaded cygwin and GNU Make 3.81 but > running the build host-setup.sh command results in a 'Could not find a > valid GNU Make executable'. > > What could be the problem? > > Thanks, > > Abhi > Haven't done this myself, but it sounds like you don't have all the required packages. The default cygwin installation doesn't include all the packages necessary for the NDK. Please make sure you add the g++ and gnu make packages, and the cross-compiler packages in the cygwin installer.
-- 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

