views:

32

answers:

1

Within these day I have tested to write Android application with native code C/C++. The problem is in making symbolic link when using Android NDK. After making googling, some say to use cywin. I have installed it now. Please tell me how to make symbolic link with cywin in window 7. Thanks in advance,

A: 

I got it next day! So, not to wrongly get ignorance thinking like me (newbie to cygwin), I answer it now. Making symbolic link is easy for window 7 with these command ln -s ... as usual. The answer is setting up cygwin with required package like make,etc. Read requirement clearly. http://developer.android.com/sdk/ndk/index.html

aemon