https://bugs.documentfoundation.org/show_bug.cgi?id=156623
--- Comment #14 from eric li <[email protected]> --- now I created a new account and installed a new android studio with a new source code which downloaded from github:libreoffice/core yesterday .. we still cross some issue: 1) miss version error...I don't which version we downloaded.it is the github master ..so we simple to fill 7.6.0.2 into source.cer to make installation continue 2)I forgot it ,let me add it later 3) now we stuck at below erros ,,pls help to solve it (I added and change some directory in libosettings.gradle,still not work): 2023-08-08 16:15:14.516 18939-18939 AppCompatViewInflater org.example.libreoffice I app:theme is now deprecated. Please move to using android:theme instead. 2023-08-08 16:15:14.522 18939-18939 HwResourcesImpl org.example.libreoffice E handleAddIconBackground resId = 0 return: android.graphics.drawable.ColorDrawable@488775c 2023-08-08 16:15:14.527 18939-18939 HwResourcesImpl org.example.libreoffice E handleAddIconBackground resId = 0 return: android.graphics.drawable.ColorDrawable@39e8b51 2023-08-08 16:15:14.564 18939-18939 AndroidRuntime org.example.libreoffice D Shutting down VM 2023-08-08 16:15:14.564 18939-18939 AndroidRuntime org.example.libreoffice E FATAL EXCEPTION: main Process: org.example.libreoffice, PID: 18939 java.lang.UnsatisfiedLinkError: dlopen failed: library "libnspr4.so" not found I can see libnspr4.so under the right directory ...so I just changed libosettings.gradle(add /armeabi-v7a at tail of liboJniLibsdir) ,,but still dosnt work..pls help to solve it // created by Makefile.shared - your changes will be overridden ext { liboSrcRoot = '/home/shanreal/libreoffice/core-master' liboJniLibsdir = '/home/shanreal/libreoffice/core-master/android/jniLibs/armeabi-v7a' liboWorkdir = '/home/shanreal/libreoffice/core-master/workdir' liboInstdir = '/home/shanreal/libreoffice/core-master/instdir' liboEtcFolder = 'program' liboUreMiscFolder = 'program' liboSharedResFolder = 'program/resource' liboUREJavaFolder = 'program/classes' liboShareJavaFolder = 'program/classes' liboExampleDocument = '/home/shanreal/libreoffice/core-master/android/default-document/example.odt' liboVersionMajor = '24' liboVersionMinor = '2' liboGitFullCommit = '' } android { ndkPath '/home/shanreal/Android/Sdk/ndk/25.2.9519653' } android.defaultConfig { applicationId 'org.example.libreoffice' archivesBaseName = 'LibreOfficeViewer' minSdkVersion 23 -- You are receiving this mail because: You are the assignee for the bug.
