summaryrefslogtreecommitdiff
path: root/README.Android
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-01-20 17:18:35 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-20 17:21:37 +0000
commitdb9ca8ec1076bc812bfa5c1fb353feadf77d74ff (patch)
treedd800f03c06ea62f0491d1360669f02dc8309ccb /README.Android
parent4e0928278df9e327dac9ac4d0ebf40bf04ef8dd9 (diff)
android: better readme / docs.
Diffstat (limited to 'README.Android')
-rw-r--r--README.Android7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.Android b/README.Android
index aae65317d78d..16f3b54e4012 100644
--- a/README.Android
+++ b/README.Android
@@ -44,6 +44,13 @@ attached, so you need to carefully guess where to put:
into the code; and when you see that in logcat, you have time
to run: ndk-gdb and it will attach the process.
+* Common Errors / Gotchas
+
+lo_dlneeds: Could not read ELF header of /data/data/org.libreoffice...libfoo.so
+ This (most likely) means that the install quietly failed, and that
+the file is truncated; check it out with adb shell ls -l /data/data/....
+
+
* Detailed explanation
Unit tests are the first thing we want to run on Android, to get some