求大神帮助。。eclipse编译Cocos2dx-3.2项目总会报错

求大神帮助,把Cocos2d-x3.2的项目直接在eclipse上编译时就报错了,换成3.1的项目也是这几个错误,之前用2.x的时还可以打包,希望可以指导一下。。。。

13:04:54 **** Clean-only build of configuration Default for project hello ****
python G:/cocos2d-x-3.2/project/hello/proj.android/build_native.py clean
make: Entering directory G:/cocos2d-x-3.2/project/hello/proj.android' "Compile++ thumb : cocos2dcpp_shared <= main.cpp "Compile++ thumb : cocos2dcpp_shared <= AppDelegate.cpp "Compile++ thumb : cocos2dcpp_shared <= HelloWorldScene.cpp "Compile++ thumb : cocos2dx_static <= CCActionGrid.cpp In file included from G:\cocos2d-x-3.2\project\hello\proj.android\../cocos2d/cocos/./base/ZipUtils.h:34:0, from G:\cocos2d-x-3.2\project\hello\proj.android\../cocos2d/cocos/./cocos2d.h:56, from jni/../../Classes/AppDelegate.h:4, from jni/hellocpp/main.cpp:1: G:\cocos2d-x-3.2\project\hello\proj.android\../cocos2d/cocos/./platform/android/CCFileUtilsAndroid.h:37:35: fatal error: android/asset_manager.h: No such file or directory compilation terminated. In file included from G:\cocos2d-x-3.2\project\hello\proj.android\../cocos2d/cocos/./base/ZipUtils.h:34:0, from G:\cocos2d-x-3.2\project\hello\proj.android\../cocos2d/cocos/./cocos2d.h:56, from jni/../../Classes/AppDelegate.h:4, from jni/../../Classes/AppDelegate.cpp:1: G:\cocos2d-x-3.2\project\hello\proj.android\../cocos2d/cocos/./platform/android/CCFileUtilsAndroid.h:37:35: fatal error: android/asset_manager.h: No such file or directory compilation terminated. make: *** Error 1 make: *** Waiting for unfinished jobs.... make: *** Error 1 In file included from G:\cocos2d-x-3.2\project\hello\proj.android\../cocos2d/cocos/./base/ZipUtils.h:34:0, from G:\cocos2d-x-3.2\project\hello\proj.android\../cocos2d/cocos/./cocos2d.h:56, from jni/../../Classes/HelloWorldScene.h:4, from jni/../../Classes/HelloWorldScene.cpp:1: G:\cocos2d-x-3.2\project\hello\proj.android\../cocos2d/cocos/./platform/android/CCFileUtilsAndroid.h:37:35: fatal error: android/asset_manager.h: No such file or directory compilation terminated. make: *** Error 1 make: Leaving directory G:/cocos2d-x-3.2/project/hello/proj.android’
The Selected NDK toolchain version was 4.7 !
Traceback (most recent call last):
File “G:/cocos2d-x-3.2/project/hello/proj.android/build_native.py”, line 166, in
build(opts.ndk_build_param,opts.android_platform,opts.build_mode)
File “G:/cocos2d-x-3.2/project/hello/proj.android/build_native.py”, line 153, in build
do_build(cocos_root, ndk_root, app_android_root,ndk_build_param,sdk_root,android_platform,build_mode)
File “G:/cocos2d-x-3.2/project/hello/proj.android/build_native.py”, line 89, in do_build
raise Exception(“Build dynamic library for project " + app_android_root + " ] fails!”)
Exception: Build dynamic library for project G:\cocos2d-x-3.2\project\hello\proj.android ] fails!
13:04:57 Build Finished (took 3s.386ms)