Skip to content

Commit

Permalink
the android library path is wrong
Browse files Browse the repository at this point in the history
if you run the following command in your game forder 

cocos run -p android

it will give you the following error since the path is wrong

BUILD FAILED
/Users/lifeng/dev/adt_bundle_mac/sdk/tools/ant/build.xml:459: ../../../cocos/platform/android/java resolve to a path with no project.properties file for project /Users/lifeng/study/cosco2dx/MyFirstGame/proj.android
  • Loading branch information
NeoLeeee committed Oct 9, 2014
1 parent f928046 commit a5a16ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,4 +10,4 @@
# Project target.
target=android-10

android.library.reference.1=../../../cocos/platform/android/java
android.library.reference.1=../cocos2d/cocos/platform/android/java

0 comments on commit a5a16ee

Please sign in to comment.