Android app problem

Christian Lohmaier lohmaier at googlemail.com
Mon Mar 5 19:59:41 UTC 2018


Hi,

On Sun, Mar 4, 2018 at 10:13 AM, fady esam <fadyesam1996 at gmail.com> wrote:
> I am trying to start working on the android app too but there appears to be
> a problem with the gradle sync
> A file named liboSetting.gradle is missing

you need to compile the native part using regular ./autogen.sh ; make
before you can use android-studio/the gradle build portion.

make sure to use proper --with-distro switch in autogen.input for
targeting arm or x86

https://wiki.documentfoundation.org/Development/BuildingForAndroid

(use --with-distro=LibreOfficeAndroidX86 for use with the emulator, it
will be much faster than arm emulator, only use arm when you use real
device for testing)

ciao
Christian


More information about the LibreOffice mailing list