summaryrefslogtreecommitdiffstats
path: root/android/README
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-02-13 13:22:25 +0100
committerJan Holesovsky <kendy@collabora.com>2019-02-13 13:22:25 +0100
commite79f5f7ec689facbd96f3fbeee3cfa72aded7201 (patch)
tree7332d67fbffb393dd5aafb2bf74d8ac31fd3ad1c /android/README
parentandroid: Add a missing file. (diff)
downloadonline-e79f5f7ec689facbd96f3fbeee3cfa72aded7201.tar.gz
online-e79f5f7ec689facbd96f3fbeee3cfa72aded7201.zip
android: Create the html, js and css and copy it to the right place.
Change-Id: I3efbba0ae369387796e2d08b3003e4f469610dda
Diffstat (limited to 'android/README')
-rw-r--r--android/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/android/README b/android/README
index 83b1debde1..b1580fdb33 100644
--- a/android/README
+++ b/android/README
@@ -28,7 +28,12 @@
./autogen.sh && ./configure CC=~/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi21-clang CXX=~/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi21-clang++ --host=arm-linux-androideabi --enable-androidapp --with-lo-builddir=/local/libreoffice/master-android --with-poco-includes=/opt/poco-android/include --with-poco-libs=/opt/poco-android/lib --disable-setcap --enable-silent-rules --enable-debug
-* Build it
+* Build the JavaScript, HTML and CSS files
+
+ # just run 'make'
+ make
+
+* Build the actual app
+ Start Android Studio
+ Open this 'android' subdir as a project