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

--- Comment #40 from eric li <lilingzhi.e...@gmail.com> ---
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$

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

Reply via email to