diff --git a/build/android/AndroidManifest.xml b/build/android/AndroidManifest.xml
index ee390d4..e39bd68 100755
--- a/build/android/AndroidManifest.xml
+++ b/build/android/AndroidManifest.xml
@@ -40,5 +40,6 @@
-
+
+
diff --git a/build/android/assets/data b/build/android/assets/data
new file mode 120000
index 0000000..a4ced2f
--- /dev/null
+++ b/build/android/assets/data
@@ -0,0 +1 @@
+../../../data
\ No newline at end of file
diff --git a/build/android/build.properties b/build/android/build.properties
index edc7f23..58438e3 100755
--- a/build/android/build.properties
+++ b/build/android/build.properties
@@ -14,4 +14,4 @@
# 'key.store' for the location of your keystore and
# 'key.alias' for the name of the key to use.
# The password will be asked during the build when you use the 'release' target.
-
+assets.dir=${base.dir}/assets
diff --git a/build/android/build.xml b/build/android/build.xml
index 112c1ac..a934003 100755
--- a/build/android/build.xml
+++ b/build/android/build.xml
@@ -28,7 +28,9 @@
-->
-
+
+
+
+