summaryrefslogtreecommitdiffstats
path: root/android/README
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2020-04-22 13:35:10 -0400
committerAndras Timar <andras.timar@collabora.com>2020-04-23 09:06:54 +0200
commit35405ae637e37ee76ab8e0903a16929af4e05a95 (patch)
tree4fec8573dc966cdf886aa8d7388d1bd847c33fd2 /android/README
parentProof: SSH private key format matters (diff)
downloadonline-35405ae637e37ee76ab8e0903a16929af4e05a95.tar.gz
online-35405ae637e37ee76ab8e0903a16929af4e05a95.zip
android: update README file
Change-Id: I0eff096514a92cdce54a2e6d7efcc8a73faae974 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92720 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'android/README')
-rw-r--r--android/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/android/README b/android/README
index 339593151c..4a6ec771a7 100644
--- a/android/README
+++ b/android/README
@@ -55,7 +55,7 @@ build the native parts on Windows.
endif
endif
+endif
-
+
#
# Define Tools
@@ -82,6 +82,10 @@ build the native parts on Windows.
+ Open this 'android' subdir as a project
+ Build from Android Studio (Build -> Make Project)
+Or
+
+ + command line: ./gradlew build
+
== Building 32bit + 64bit combined .apk ==
+ you need to build both a 32bit (armeabi-v7a) and 64bit (arm64-v8a) core
@@ -141,7 +145,7 @@ to setup lldb to actually read & use them.
From now on, you will be able to debug directly in the Android Studio
debugger. Happy debugging!
-Note: to re-buld your app with a newly compiled libnative-lo code - it is
+Note: to re-buld your app with a newly compiled libnative-lo code - it is
== Tip: How to speed up your core.git build ==