diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-20 17:18:35 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-20 17:21:37 +0000 |
commit | db9ca8ec1076bc812bfa5c1fb353feadf77d74ff (patch) | |
tree | dd800f03c06ea62f0491d1360669f02dc8309ccb /README.Android | |
parent | 4e0928278df9e327dac9ac4d0ebf40bf04ef8dd9 (diff) |
android: better readme / docs.
Diffstat (limited to 'README.Android')
-rw-r--r-- | README.Android | 7 |
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 |