Out of box sample compile failed for cocos2d-js-v3.0-rc2

download rc2 fresh and try compile js-tests android gives the following error (in mac terminal)

Updated project.properties
Updated local.properties
Updated file /Users/xxx/Downloads/cocos2d-js-v3.0-rc2/samples/js-tests/project/proj.android/…/…/…/…/frameworks/js-bindings/cocos2d-x/plugin/plugins/facebook/proj.android/DependProject/proguard-project.txt
Traceback (most recent call last):
File “/Users/xxx/Downloads/cocos2d-js-v3.0-rc2/tools/cocos2d-console/bin/cocos.py”, line 504, in
run_plugin(command, argv, plugins)
File “/Users/xxx/Downloads/cocos2d-js-v3.0-rc2/tools/cocos2d-console/bin/cocos.py”, line 471, in run_plugin
plugin.run(argv, dependencies_objects)
File “/Users/xxx/Downloads/cocos2d-js-v3.0-rc2/tools/cocos2d-console/bin/…/plugins/project_compile/project_compile.py”, line 1076, in run
self.build_android()
File “/Users/xxx/Downloads/cocos2d-js-v3.0-rc2/tools/cocos2d-console/bin/…/plugins/project_compile/project_compile.py”, line 332, in build_android
self.apk_path = builder.do_build_apk(sdk_root, ant_root, self._ap, build_mode, output_dir, self._custom_step_args, self)
File “/Users/xxx/Downloads/cocos2d-js-v3.0-rc2/tools/cocos2d-console/bin/…/plugins/project_compile/build_android.py”, line 309, in do_build_apk
self._copy_resources(custom_step_args)
File “/Users/xxx/Downloads/cocos2d-js-v3.0-rc2/tools/cocos2d-console/bin/…/plugins/project_compile/build_android.py”, line 462, in _copy_resources
cocos.copy_files_with_config(cfg, app_android_root, assets_dir)
File “/Users/xxx/Downloads/cocos2d-js-v3.0-rc2/tools/cocos2d-console/bin/cocos.py”, line 299, in copy_files_with_config
copy_files_with_rules(src_dir, src_dir, dst_dir, include_rules, exclude_rules)
File “/Users/xxx/Downloads/cocos2d-js-v3.0-rc2/tools/cocos2d-console/bin/cocos.py”, line 314, in copy_files_with_rules
copy_files_in_dir(src, dst)
File “/Users/xxx/Downloads/cocos2d-js-v3.0-rc2/tools/cocos2d-console/bin/cocos.py”, line 280, in copy_files_in_dir
copy_files_in_dir(path, new_dst)
File “/Users/xxx/Downloads/cocos2d-js-v3.0-rc2/tools/cocos2d-console/bin/cocos.py”, line 275, in copy_files_in_dir
shutil.copy(path, copy_dst)
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py”, line 119, in copy
copyfile(src, dst)
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py”, line 84, in copyfile
copyfileobj(fsrc, fdst)
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py”, line 49, in copyfileobj
buf = fsrc.read(length)
IOError: [Errno 5] Input/output error