用ndk-gdb调试Cocos2d-x报错 : CPU ABIs not Support

小弟是cocos2d-x初学者,用create-android-project.bat创建了样例工程,在eclipse中导入工程,能在模拟器和真机(三儿子)上跑了。但我想用ndk-gdb调试代码时候,ndk-gdb连不上模拟器和真机,错误信息如下:$ /cygdrive/D/dev/android-ndk-r8e/ndk-gdb --adb=/cygdrive/D/dev/adt-bundle-wind
ows-x86_64-20130219/sdk/platform-tools/adb.exe -s emulator-5556
/cygdrive/D/dev/android-ndk-r8e/build/core/add-application.mk:128: Android NDK:
WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion 8 in ./And
roidManifest.xml
jni/Android.mk:19: *** Android NDK: Aborting. 。 停止。
ERROR: The device does not support the application’s targetted CPU ABIs!
Device supports: armeabi-v7a armeabi
Package supports: Android NDK:网上搜了一圈,找到几个解答,比如说在Application.mk设置"APP_ABI := armeabi-v7a",都没有用。希望大牛帮助本人环境:
OS: Win8
Cocos2d-x: cocos2d-2.1rc0-x-2.1.3
ADT: adt-bundle-windows-x86_64-20130219
NDK: android-ndk-r8e
Cygwin: 1.7.18-1谢谢