Skip to content

Commit

Permalink
fixed error for importing android project to Eclipse
Browse files Browse the repository at this point in the history
```
The import org.cocos2dx.lib cannot be resolved ...
```
  • Loading branch information
chenguangqi committed Jul 19, 2014
1 parent 8b4953b commit 2d5bab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cpp-template-default/proj.android/.project
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 2d5bab6

Please sign in to comment.