fixed error for importing android project to Eclipse

```
The import org.cocos2dx.lib cannot be resolved ...
```
This commit is contained in:
陈广歧 2014-07-19 19:27:40 +08:00
parent 8b4953bbfc
commit 2d5bab6b86
1 changed files with 1 additions and 1 deletions
templates/cpp-template-default/proj.android

View File

@ -121,7 +121,7 @@
<link>
<name>libcocos2d</name>
<type>2</type>
<locationURI>PARENT-1-PROJECT_LOC/cocos2d/cocos/2d/platform/android/java/src</locationURI>
<locationURI>PARENT-1-PROJECT_LOC/cocos2d/cocos/platform/android/java/src</locationURI>
</link>
</linkedResources>
</projectDescription>