https://bugs.documentfoundation.org/show_bug.cgi?id=156623

Michael Weghorn <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
     Ever confirmed|0                           |1

--- Comment #24 from Michael Weghorn <[email protected]> ---
(In reply to eric li from comment #20)
> below is the libosetting.gradle,,you see the directory is wrong:
> // created by Makefile.shared - your changes will be overridden
> ext {
>     liboSrcRoot         = '/home/shanreal/libreoffice/core-master'
>     liboJniLibsdir      =
> '/home/shanreal/libreoffice/core-master/android/jniLibs' 
> (...)
> 
> I modified the liboJniLibsdir      =
> '/home/shanreal/libreoffice/core-master/android/jniLibs/armeabi-v7a'

That shouldn't be necessary. Mine looks like this and works fine:

    liboJniLibsdir      =
'/home/michi/development/git/libreoffice-WORKTREE-android/android/jniLibs'

Can you check whether the libraries are included in the APK that is being
built?

This is what it looks like for me (with an x86_64 build):

$ mkdir extracted
$ unzip
./android/source/build/outputs/apk/strippedUI/debug/LibreOfficeViewer-strippedUI-debug.apk
-d extracted/
$ find extracted -name '*.so'
extracted/lib/x86_64/libnssutil3.so
extracted/lib/x86_64/libsqlite3.so
extracted/lib/x86_64/libnspr4.so
extracted/lib/x86_64/libplds4.so
extracted/lib/x86_64/libnssdbm3.so
extracted/lib/x86_64/libfreebl3.so
extracted/lib/x86_64/libsmime3.so
extracted/lib/x86_64/libsoftokn3.so
extracted/lib/x86_64/libplc4.so
extracted/lib/x86_64/libnssckbi.so
extracted/lib/x86_64/libc++_shared.so
extracted/lib/x86_64/libssl3.so
extracted/lib/x86_64/libnss3.so
extracted/lib/x86_64/liblo-native-code.so

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to