build android project reports error: android/asset_manager.h: No such file or directory

proj.android'
/Users/mymac/cd-standard/cocos2d-x-3.0alpha0-pre/projects/test/proj.android/../../../cocos2dx/platform/android/CCFileUtilsAndroid.h:34:35: fatal error: android/asset_manager.h: No such file or directory
compilation terminated.
make: *** [obj/local/armeabi/objs/cocos2dx_static/particle_nodes/CCParticleSystem.o] Error 1

**** Build Finished ****

your comment welcome

is there any person met the same problem?

Yes. The issue here is that the builder is looking through Android API headers for the version specified in the Android Manifest. You either have a version below 10 which doesn’t have the file or you did not install the version you selected in your SDK.