https://bugs.documentfoundation.org/show_bug.cgi?id=156623
--- Comment #25 from eric li <[email protected]> --- (In reply to Michael Weghorn from comment #24) > (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 I am acutely use android studio after make the project..as I need develop something base on it.yes every .so are in the directory /home/shanreal/libreoffice/core-master/android/jniLibs/armeabi-v7a shanreal@eric-Inspiron-7559:~/libreoffice/core-master/android/jniLibs/armeabi-v7a$ ll total 127520 drwxrwxr-x 2 shanreal shanreal 4096 8月 8 18:32 ./ drwxrwxr-x 3 shanreal shanreal 4096 8月 8 18:32 ../ -rwxrwxr-x 1 shanreal shanreal 4173304 8月 8 18:32 libc++_shared.so* -rwxrwxr-x 1 shanreal shanreal 735520 8月 8 18:32 libfreebl3.so* -rwxrwxr-x 1 shanreal shanreal 122443524 8月 8 18:32 liblo-native-code.so* -rwxrwxr-x 1 shanreal shanreal 215884 8月 8 18:32 libnspr4.so* -rwxrwxr-x 1 shanreal shanreal 961472 8月 8 18:32 libnss3.so* -rwxrwxr-x 1 shanreal shanreal 381612 8月 8 18:32 libnssckbi.so* -rwxrwxr-x 1 shanreal shanreal 106596 8月 8 18:32 libnssdbm3.so* -rwxrwxr-x 1 shanreal shanreal 153256 8月 8 18:32 libnssutil3.so* -rwxrwxr-x 1 shanreal shanreal 13040 8月 8 18:32 libplc4.so* -rwxrwxr-x 1 shanreal shanreal 8268 8月 8 18:32 libplds4.so* -rwxrwxr-x 1 shanreal shanreal 126188 8月 8 18:32 libsmime3.so* -rwxrwxr-x 1 shanreal shanreal 231412 8月 8 18:32 libsoftokn3.so* -rwxrwxr-x 1 shanreal shanreal 540688 8月 8 18:32 libsqlite3.so* -rwxrwxr-x 1 shanreal shanreal 436416 8月 8 18:32 libssl3.so* shanreal@eric-Inspiron-7559:~/libreoffice/core-master/android/jniLibs/armeabi-v7a$ -- You are receiving this mail because: You are the assignee for the bug.
