On Sun, Oct 30, 2011 at 2:49 AM, chander <[email protected]> wrote: > Hello all, > I am using ndk-build command to build my native C code,i am using > windows xp and i am having android-ndk-r6b development kit. > > i tried this command many times,my environment variables path already > set with android ndk path.but this command not working. > > i am not able to understand whats the problem it is, > when i am runnning "ndk-build" command it is saying that not > recognized as internal or external command,operable program or batch > file. > > please help me in solving this issue.
"The NDK includes a set of cross-toolchains (compilers, linkers, etc..) that can generate native ARM binaries on Linux, OS X, and Windows (with Cygwin) platforms." Please install Cygwin if you have not done so already. Then, ask further NDK questions on the android-ndk Google Group. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 4.0 Available! -- 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

