summaryrefslogtreecommitdiff
path: root/README.cross
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-05-21 16:54:28 +0100
committerTor Lillqvist <tml@collabora.com>2015-05-21 16:56:48 +0100
commit1b53066433d1db9c3bfc3c6e6618565c15642b59 (patch)
tree9e2d440ff0520c800a6670dbdb01bc587e47742c /README.cross
parentdae9a386bacc08a55eda96e1e8925883a4fa494d (diff)
Bin the 'DocumentLoader' Android test app
It is the wrong approach, from the time before tiled rendering, and has not been built for a long time.
Diffstat (limited to 'README.cross')
-rw-r--r--README.cross16
1 files changed, 4 insertions, 12 deletions
diff --git a/README.cross b/README.cross
index efaa8c24ed7a..ad1475a2ac34 100644
--- a/README.cross
+++ b/README.cross
@@ -352,18 +352,10 @@ And here is an (quite old) autogen.input for Android on X86:
--enable-ccache
--with-distro=LibreOfficeAndroidX86
-There are a couple of (more or less) interactive apps that you can run
-on the emulator or on a device that use LibreOffice code. Look in
-android/experimental. DocumentLoader is just a testbench, really for
-code to load a document (just Writer ones so far) and display one page
-at a time. LibreOffice4Android is what resulted from a Google Summer
-of Code project in 2012, a document viewer. desktop is a totally
-different app, where the actual LibreOffice desktop GUI is present.
-Note that none of these apps in any way are claimed to be ready for
-end-users. No "beta testing" offers needed, it is painfully obvious
-what problems they have.
-
-To run some of the apps, do "make install" followed by either "make run" or
+A LibreOffice app for Android is being developed progress in the
+android/experimental/LOAndroid3 directory.
+
+To run the app, do "make install" followed by either "make run" or
starting it from Android itself. You most likely want to have an "adb logcat"
running in another window. To debug, run "make debugrun".