mirror of https://github.com/axmolengine/axmol.git
fixed error for importing android project to Eclipse
``` The import org.cocos2dx.lib cannot be resolved ... ```
This commit is contained in:
parent
8b4953bbfc
commit
2d5bab6b86
templates/cpp-template-default/proj.android
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue