gameclosure native-android 调试失败 local.properties 找不到文件
gameclosure native-android debug failed local.properties file not found
我在尝试 运行
时遇到以下错误
devkit debug native-android
错误
BUILD FAILED
/home/bonnie/adt/sdk/tools/ant/build.xml:597: The following error occurred while executing this line:
/home/bonnie/GameEngines/MyGameClosure/modules/devkit-core/modules/native-android/TeaLeaf/build.xml:7: Source resource does not exist: /home/bonnie/GameEngines/MyGameClosure/modules/devkit-core/modules/native-android/TeaLeaf/local.properties
仔细观察,我发现 local.properties 圆角不见了。
我怎样才能解决这个问题?这是什么原因?
将 local.properties 文件
从
build/debug/native-android/local.properties
复制到
modules/devkit-core/modules/native-android/TeaLeaf/
cp build/debug/native-android/local.properties modules/devkit-core/modules/native-android/TeaLeaf/
-要么-
更改行号。 7 个
modules/devkit-core/modules/native-android/TeaLeaf/buid.xml
到
<loadproperties srcFile="../../../../../build/debug/native-android/local.properties" />
`
我在尝试 运行
时遇到以下错误devkit debug native-android
错误
BUILD FAILED
/home/bonnie/adt/sdk/tools/ant/build.xml:597: The following error occurred while executing this line:
/home/bonnie/GameEngines/MyGameClosure/modules/devkit-core/modules/native-android/TeaLeaf/build.xml:7: Source resource does not exist: /home/bonnie/GameEngines/MyGameClosure/modules/devkit-core/modules/native-android/TeaLeaf/local.properties
仔细观察,我发现 local.properties 圆角不见了。 我怎样才能解决这个问题?这是什么原因?
将 local.properties 文件
从
build/debug/native-android/local.properties
复制到
modules/devkit-core/modules/native-android/TeaLeaf/
cp build/debug/native-android/local.properties modules/devkit-core/modules/native-android/TeaLeaf/
-要么-
更改行号。 7 个
modules/devkit-core/modules/native-android/TeaLeaf/buid.xml
到
<loadproperties srcFile="../../../../../build/debug/native-android/local.properties" />
`