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
|
@ -121,7 +121,7 @@
|
||||||
<link>
|
<link>
|
||||||
<name>libcocos2d</name>
|
<name>libcocos2d</name>
|
||||||
<type>2</type>
|
<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>
|
</link>
|
||||||
</linkedResources>
|
</linkedResources>
|
||||||
</projectDescription>
|
</projectDescription>
|
||||||
|
|
Loading…
Reference in New Issue