<div dir="ltr">Hello,<br><br>I have built the branch libreoffice-6-3-2 at the latest commit at the moment of writing (bump product version to 6.3.2.2.0+, sha ca6474072f7435a6dea68dc29f224738a04faaff) for android.<br>I have built it on Ubuntu 18.04.3 LTS<br><br>My autogen.input is:<br>--with-distro=LibreOfficeAndroid<br>--with-android-sdk=/home/lexboss/Android/Sdk<br>--with-android-ndk=/home/lexboss/Android/android-ndk-r16b<br>--with-jdk-home=/usr/lib/jvm/java-8-openjdk-amd64<br><br>When running the generated application (LibreOffice-strippedUI-debug.apk) I am getting the following crash when opening any document:<br><br>2019-09-23 09:48:48.584 31180-31180/org.example.libreoffice W/LibreOfficeMainActivity: onCreate..<br>2019-09-23 09:48:48.630 31180-31180/org.example.libreoffice I/AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.<br>2019-09-23 09:48:48.908 31180-31180/org.example.libreoffice I/chatty: uid=10694(org.example.libreoffice) identical 2 lines<br>2019-09-23 09:48:48.916 31180-31180/org.example.libreoffice I/AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.<br>2019-09-23 09:48:49.113 31180-31180/org.example.libreoffice I/GeckoAxis: Prefs: 0.96174634,0.99271643,2.4,0.012,0.461843,0.3,0.5<br>2019-09-23 09:48:49.129 31180-31180/org.example.libreoffice E/org.mozilla.gecko.gfx.LayerView: ### Creating GL thread!<br>2019-09-23 09:48:49.156 31180-31180/org.example.libreoffice D/LibreOfficeMainActivity: SCHEME_FILE: getPath(): /storage/emulated/0/Download/Lik_Anastasiya_Eli_(si)_Litmir.net_bid208451_original_42196 (2).docx<br>2019-09-23 09:48:49.198 31180-31180/org.example.libreoffice I/LibreOfficeMainActivity: onStart..<br>2019-09-23 09:48:49.200 31180-31180/org.example.libreoffice I/LibreOfficeMainActivity: onResume..<br>2019-09-23 09:48:49.207 31180-31952/org.example.libreoffice I/lo-bootstrap: putenv(SAL_LOG=+WARN+INFO)<br>2019-09-23 09:48:49.217 31180-31952/org.example.libreoffice I/LibreOfficeKit: Initializing LibreOfficeKit, dataDir=/data/user/0/org.example.libreoffice<br>2019-09-23 09:48:49.217 31180-31952/org.example.libreoffice I/lo-bootstrap: redirect_stdio: stdout pipe: [60,62], stderr pipe: [63,64]<br>2019-09-23 09:48:49.219 31180-31952/org.example.libreoffice I/LibreOfficeKit: Setting FONTCONFIG_FILE to /data/user/0/org.example.libreoffice/etc/fonts/fonts.conf<br>2019-09-23 09:48:49.219 31180-31952/org.example.libreoffice I/LibreOfficeKit: LibreOfficeKit: libreofficekit_initialize finished<br>2019-09-23 09:48:49.243 31180-31954/org.example.libreoffice I/stderr: Bootstrapping exception 'file:///fonts/fonts.conf/program/udkapi.rdb: no such file'<br>    <br>    --------- beginning of crash<br>2019-09-23 09:48:49.244 31180-31952/org.example.libreoffice A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8 in tid 31952 (Thread-2), pid 31180 (ple.libreoffice)<br></div>