From db9ca8ec1076bc812bfa5c1fb353feadf77d74ff Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 20 Jan 2012 17:18:35 +0000 Subject: [PATCH] android: better readme / docs. --- README.Android | 7 +++++++ 1 file changed, 7 insertions(+) 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