https://bugs.documentfoundation.org/show_bug.cgi?id=156623
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEEDINFO |RESOLVED --- Comment #47 from Michael Weghorn <[email protected]> --- (In reply to eric li from comment #46) > Hi michael ,,thanks for your help ,now it works on it well. Great, thanks for the update. Closing as WORKSFORME then. > and I figure out what happen I guess...actully ,the command line work ,,and > android studio doesn't work at all,,all the issue made by that I want to use > android studio to build it > > > when I use fully commanline like make install .. > > there is no issue,,when I used android studio ,,the ALLOW_EDITING issue and > missing .so all will come out .. > > > is the android/source is the home direcotry in the android studio? > > what happened then? Might be that Android studio somewhat considers the architecture of the target device (IIUC, 64-bit ARM in your case) and then just skips the 32-bit ARM libraries and doesn't include them into the app it installs, even though 32-bit ARM apps run just fine on 64-bit ARM processors. What you could try is do a 64-bit ARM build instead, i.e. use autogen switch `--with-distro=LibreOfficeAndroidAarch64` instead of `--with-distro=LibreOfficeAndroid`. -- You are receiving this mail because: You are the assignee for the bug.
