how to fix the 2 build_native warning?

Android NDK: WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersi on 8 in ./AndroidManifest.xml

Android NDK: WARNING:/cygdrive/c/cocos2d-x-2.1.5/test1/proj.android/…/…/cocos2 dx/Android.mk:cocos2dx_static: LOCAL_LDLIBS is always ignored for static librari es

To solve the first one you have to change minSdkVersion from 8 to 14 in AndroidManifest.xml.

thank you~ this is work~
———————————————-
other question in first building…

MS-DOS style path detected: c:/android/android-ndk-r9/ndk-build
Preferred POSIX equivalent is: /cygdrive/c/android/android-ndk-r9/ndk-build
CYGWIN environment variable option “nodosfilewarning” turns off this warning.
Consult the user’s guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames