Failed to create eclipse project via create-android-project.bat

Our project is created from Visual Studio 2012 Express in Windows 7. It is target to build android version.

By following guideline(https://github.com/cocos2d/cocos2d-x/blob/master/samples/Cpp/HelloCpp/proj.android/README.md) we are able to run TestCpp in Eclipse.

Now we would like to create a new empty project.
We update the path setting in “create-android-project.bat”, run and create a Eclipse project from that.
After we open the project, it is found that “`drawable/icon" is missing which is defined in AndroidManifest.xml

< application android:label="`string/app\_name”

android:icon=“@drawable/icon”>

Also it seems that the project does not add native support and need manually setup in Eclipse.
Would you please give us some guideline on solving them? Thanks.

What’s the cocos2d-x version?

cocos2d-2.1rc0-x-2.1.2

Please also check and see if the file below is correct. Thank you.
(_files.sh)