3.0beta2 how to find res path in external storage directory?

//Cocos2dxHelper.nativeSetAssetManager(sAssetManager); this line is commented in beta2

the method FileUtilsAndroid::isFileExist, check if file(not in apk) exist by JNI method AAssetManager_open, but FileUtilsAndroid::assetmanager has never been set. when i set path search priority for non-apk pathes, this method always return false.

i can only get file by specify absolute path?

thanks for any suggestion.

need help, plz