aboutsummaryrefslogtreecommitdiffstats
path: root/make/lib/android/res/values
diff options
context:
space:
mode:
authorRami Santina <[email protected]>2011-07-26 13:39:34 +0300
committerRami Santina <[email protected]>2011-07-26 13:39:34 +0300
commite8a8fdda769277496772444fa4f99f863e9f355a (patch)
tree82f1be259c5ef67d57e32b8cc9ae7cfaae47b9ab /make/lib/android/res/values
parent2488c4de3e5fe7c4b8258af3fb8aae9b4d5091ce (diff)
Added android packaging for android gluegen-rt.apk
the apk package can be installed on android device using adb install gluegen-rt.apk reference package on device is com.jogamp.gluegen gerenic icons is added to be replaced by jogamp logo changes to apk can be controled thru manifest lib/android/AndroidManifest.xml
Diffstat (limited to 'make/lib/android/res/values')
-rw-r--r--make/lib/android/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/lib/android/res/values/strings.xml b/make/lib/android/res/values/strings.xml
new file mode 100644
index 0000000..779e490
--- /dev/null
+++ b/make/lib/android/res/values/strings.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="hello">Hello World, GluegenActivity!</string>
+ <string name="app_name">Gluegen</string>
+</resources>