From 666279e30da782d3f9d1f1833e454de2d5fa98bd Mon Sep 17 00:00:00 2001 From: minggo Date: Wed, 20 Mar 2013 20:54:31 +0800 Subject: [PATCH] don't modify .project file when creating a new android project --- template/android/copy_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/android/copy_files.sh b/template/android/copy_files.sh index 715615f316..c30a0733c0 100644 --- a/template/android/copy_files.sh +++ b/template/android/copy_files.sh @@ -99,7 +99,7 @@ copy_resouces copy_src_and_jni copy_build_native copy_ndkgdb -modify_project_classpath +#modify_project_classpath modify_androidmanifest modify_applicationdemo modify_layout