<div dir="ltr">Hello everyone<br>  I am trying to  build libreoffice online android in android studio. I get this error<br><br>'Build command failed.<br>Error while executing process /home/rutuja/Android/Sdk/cmake/3.6.4111459/bin/cmake with arguments {--build /home/rutuja/online/android/lib/.cxx/cmake/debug/armeabi-v7a --target androidapp}<br>ninja: error: '/home/rutuja/libreoffice/android/source/jniLibs/armeabi-v7a/liblo-native-code.so', needed by '/home/rutuja/online/android/lib/src/main/cpp/lib/armeabi-v7a/liblo-native-code.so', missing and no known rule to make it'<br><br>I have installed latest android studio version, cmake version is 3.6.4111459, gradle version is 6.1.1, ndk version 21. My autogen.input looks like <br><br>'# ARM Android<br>--with-distro=LibreOfficeAndroid<br>--with-distro=LibreOfficeAndroidX86<br># or Android x86 ( preferable if using an AVD Emulator )<br>--with-android-sdk=/home/rutuja/Android/Sdk<br>--with-android-ndk=/home/rutuja/Android/Sdk/ndk-bundle  <br>'<br><br>I tried using ndk version 16rb as there was warning that 'only versions 16 to 20 have been built successfully yet so proceed on your own risk',but it fails with error <br><br>'checking for i686-linux-android-gcc... /home/rutuja/Android/Sdk/ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/clang  -target i686-linux-android16 -no-canonical-prefixes -ffunction-sections -fdata-sections -Qunused-arguments<br>checking whether the C compiler works... no<br>configure: error: in `/home/rutuja/libreoffice':<br>configure: error: C compiler cannot create executables<br>See `config.log' for more details<br>Error running configure at ./autogen.sh line 292.'<br><br>I am following instructions given in README file of online/android/ folder. <a href="https://github.com/LibreOffice/online/blob/master/android/README">https://github.com/LibreOffice/online/blob/master/android/README</a><br><br>I have also tried refreshing linked cpp libraries, restarting android studio, clean project in android studio,updating android studio to latest version.Also libreoffice core and online have been built successfully.<br><br>Please help me solve this issue.<br><br>Thank you.<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></div>