diff --git a/examples/android/hello/.gitignore b/examples/android/hello/.gitignore index 65e965be2..7fdabdd44 100644 --- a/examples/android/hello/.gitignore +++ b/examples/android/hello/.gitignore @@ -2,7 +2,6 @@ bin libs obj -build.xml default.properties local.properties proguard.cfg diff --git a/examples/android/hello/build.xml b/examples/android/hello/build.xml new file mode 100644 index 000000000..d69afbc37 --- /dev/null +++ b/examples/android/hello/build.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +