Help regarding Android NDK
- by Siva Kumar
I am a beginner in using Android NDK.
I am using Eclipse and I installed cygwin to build the c file to generate the .so file
But while building the c file in cygwin I am always getting the error
make: ***No rule to make target 'file.c' ... .Stop
I tried building different C codes but for every file it says the same error ..
Here is the…