0

I am getting the following error while trying to run

devkit debug native-android

ERROR

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

looking closely I found the local.properties fille is missing. How can i fix this? what is the reason for it?

4

1 回答 1

0

将 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" />

`

于 2015-11-07T23:07:00.937 回答