From c1e56e62c13bd6735189bf6ecf336ba677e67346 Mon Sep 17 00:00:00 2001 From: minggo Date: Mon, 30 Jun 2014 15:51:35 +0800 Subject: [PATCH] fix compiling error --- .../proj.android/project.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/game-controller-test/proj.android/project.properties diff --git a/tests/game-controller-test/proj.android/project.properties b/tests/game-controller-test/proj.android/project.properties new file mode 100644 index 0000000000..572f7c30de --- /dev/null +++ b/tests/game-controller-test/proj.android/project.properties @@ -0,0 +1,13 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "ant.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-10 + +android.library.reference.1=../../../cocos/platform/android/java