From daf50b9d0796143511a84d48326449aaf35f455b Mon Sep 17 00:00:00 2001 From: roman10 Date: Fri, 27 May 2011 13:14:28 +0800 Subject: [PATCH] initial test commit --- .classpath | 7 +++++++ .project | 33 +++++++++++++++++++++++++++++++++ AndroidManifest.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 AndroidManifest.xml diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..609aa00 --- /dev/null +++ b/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..55407bd --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + apl + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000..d7b6a97 --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file