https://bugs.documentfoundation.org/show_bug.cgi?id=156623
--- Comment #42 from eric li <[email protected]> --- still can't find out any *.so in the apk below is the console logs: shanreal@eric-Inspiron-7559:~/NewLibreoffice$ more autogen.input --with-distro=LibreOfficeAndroid --with-android-sdk=/home/shanreal/Android/Sdk --with-android-ndk=/home/shanreal/Android/Sdk/ndk/25.2.9519653 --with-jdk-home=/usr/lib/jvm/java-17-openjdk-amd64 removed org.openoffice.Office.UI/GenericCommands - saving 136 removed org.openoffice.Office.UI/Sidebar - saving 128 removed org.openoffice.Office.UI/StartModuleWindowState - saving 143 saved 3563 of 7299 bytes: 49% > Task :compileStrippedUIDebugJavaWithJavac 注: 某些输入文件使用或覆盖了已过时的 API。 注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。 BUILD SUCCESSFUL in 44s 35 actionable tasks: 34 executed, 1 up-to-date [CUS] android/loandroid3 [BIN] android [MOD] android [MOD] libreoffice [BIN] top level modules: libreoffice [ALL] top level modules: build-non-l10n-only build-l10n-only shanreal@eric-Inspiron-7559:~/NewLibreoffice$ cd android/ shanreal@eric-Inspiron-7559:~/NewLibreoffice/android$ cd source shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source$ make install if test "$ENABLE_ANDROID_LOK" != "TRUE" ; then ./gradlew installStrippedUIDebug ; fi > Task :installStrippedUIDebug Installing APK 'LibreOfficeViewer-strippedUI-debug.apk' on 'LSA-AN00 - 12' for ::strippedUI-debug Installed on 1 device. BUILD SUCCESSFUL in 8s 36 actionable tasks: 1 executed, 35 up-to-date Run it with "make run" shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source$ shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source$ find . -name *.apk ./build/outputs/apk/strippedUI/debug/LibreOfficeViewer-strippedUI-debug.apk shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source$ cd /build/outputs/apk/strippedUI/debug/ bash: cd: /build/outputs/apk/strippedUI/debug/: No such file or directory shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source$ cd ./build/outputs/apk/strippedUI/debug/ shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source/build/outputs/apk/strippedUI/debug$ ls LibreOfficeViewer-strippedUI-debug.apk output-metadata.json shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source/build/outputs/apk/strippedUI/debug$ mkdir extracted shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source/build/outputs/apk/strippedUI/debug$ ls extracted LibreOfficeViewer-strippedUI-debug.apk output-metadata.json shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source/build/outputs/apk/strippedUI/debug$ cd extracted/ shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source/build/outputs/apk/strippedUI/debug/extracted$ ls LibreOfficeViewer-strippedUI-debug LibreOfficeViewer-strippedUI-debug.apk shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source/build/outputs/apk/strippedUI/debug/extracted$ cd LibreOfficeViewer-strippedUI-debug/ shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source/build/outputs/apk/strippedUI/debug/extracted/LibreOfficeViewer-strippedUI-debug$ ls AndroidManifest.xml classes3.dex META-INF androidsupportmultidexversion.txt classes.dex res assets DebugProbesKt.bin resources.arsc classes2.dex kotlin shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source/build/outputs/apk/strippedUI/debug/extracted/LibreOfficeViewer-strippedUI-debug$ find . -name *.so shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source/build/outputs/apk/strippedUI/debug/extracted/LibreOfficeViewer-strippedUI-debug$ (In reply to Michael Weghorn from comment #41) > (In reply to eric li from comment #37) > > thanks for reply.So I just follow your instructions > > > > 1) make distclean :success > > 2) autogen.sh and make then:success (this time no need download ,so it is > > faster) > > 3) make install :sucess > > Step 3 should be just running `make` from top-level source directory. > Running `make install` isn't necessary to build the APK. What happens if you > do that and look at the APK afterwards? > yes ,make is the top level of the source direcotry..I did 2 times. > (In reply to eric li from comment #38) > > is the GCC version correct? > > Locally installed GCC version should be irrelevant, since it uses clang from > the Android SDK for building. so ,,what can we try now??set the version to F-Droid version? -- You are receiving this mail because: You are the assignee for the bug.
