Bug in Eclipse project for Android with the LinkedSource

Hi,

When you generate a new project using the python script, it create a project for android into proj.android.

When you import it into eclipse, the LinkedSource folders are not showed on eclipse, like not found.

You can see this configurations in the file:

/projects/ABC/proj.android/.project

The current eclipse configurations generated by python script is:

Classes 2 COCOS2DX/samples/Javascript/TestJavascript/Classes cocos2dx 2 COCOS2DX/cocos2dx cocosdenshion 2 COCOS2DX/CocosDenshion extensions 2 COCOS2DX/extensions scripting 2 COCOS2DX/scripting

It only works, when i change COCOS2DX by the absolute PATH.

Thanks. :slight_smile: