Date: prev next · Thread: first prev next last
2020 Archives by date, by thread · List index


For core.git my autogen.input file looks like this.

--build=x86_64-unknown-linux-gnu
--with-android-sdk=/home/ubuntu/Android/Sdk
--with-android-ndk=/home/ubuntu/Android/Sdk/ndk/19.2.5345600
--with-distro=LibreOfficeAndroid
--enable-sal-log

online.git
configured poco 1.10.1 for android with

./configure --config=Android --no-samples --no-tests
--omit=Crypto,NetSSL_OpenSSL,Zip,Data,Data/SQLite,Data/ODBC,Data/MySQL,MongoDB,PDF,CppParser,PageCompiler,JWT

//make
PATH="$PATH":~/Android/Sdk/ndk/19.2.5345600/toolchains/llvm/prebuilt/linux-x86_64/bin
make -j8 ANDROID_ABI=armeabi-v7a CC=armv7a-linux-androideabi21-clang
CXX=armv7a-linux-androideabi21-clang++ SYSLIBS=-static-libstdc++

//install
PATH="$PATH":~/Android/Sdk/ndk/19.2.5345600/toolchains/llvm/prebuilt/linux-x86_64/bin
make -j8 ANDROID_ABI=armeabi-v7a CC=armv7a-linux-androideabi21-clang
CXX=armv7a-linux-androideabi21-clang++ SYSLIBS=-static-libstdc++ install
INSTALLDIR=/opt/poco-android

then in online.git folder
./autogen.sh && ./configure
CC=~/Android/Sdk/ndk/19.2.5345600/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi21-clang
CXX=~/Android/Sdk/ndk/19.2.5345600/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi21-clang++
--host=arm-linux-androideabi --enable-androidapp
--with-lo-builddir=/opt/lo_final/core
--with-poco-includes=/opt/poco-android/include
--with-poco-libs=/opt/poco-android/lib --disable-setcap
--enable-silent-rules --enable-debug

when opening any document adb log show following msgs.

2020-08-18 00:09:24.874 11011-11011/org.libreoffice.androidapp.debug
W/ActivityThread: handleWindowVisibility: no activity for token
android.os.BinderProxy@89a92a8
2020-08-18 00:09:25.099 11011-11106/org.libreoffice.androidapp.debug
W/chromium: [WARNING:dns_config_service_posix.cc(342)] Failed to read
DnsConfig.
2020-08-18 00:09:25.232 11011-11107/org.libreoffice.androidapp.debug
W/ndroidapp.debu: Accessing hidden method
Landroid/media/AudioManager;->getOutputLatency(I)I (greylist, reflection,
allowed)
2020-08-18 00:09:25.236 11011-11107/org.libreoffice.androidapp.debug
W/cr_media: Requires BLUETOOTH permission
2020-08-18 00:09:25.293 11011-11011/org.libreoffice.androidapp.debug
E/GraphicExt: GraphicExtModuleLoader::CreateGraphicExtInstance false
2020-08-18 00:09:25.341 11011-11011/org.libreoffice.androidapp.debug
E/GraphicExt: GraphicExtModuleLoader::CreateGraphicExtInstance false
2020-08-18 00:09:25.982 11011-11113/org.libreoffice.androidapp.debug
E/AndroidProtocolHandler: Unable to open asset URL:
file:///android_asset/dist/branding-mobile.css
2020-08-18 00:09:26.139 11011-11140/org.libreoffice.androidapp.debug
W/configmgr: 1:configmgr/source/xcuparser.cxx:904: ignoring modify of
unknown set member node "StarOffice XML (Base) Report" in
"file:///assets/share/registry/res/fcfg_langpack_en-US.xcd"
2020-08-18 00:09:26.139 11011-11140/org.libreoffice.androidapp.debug
W/configmgr: 1:configmgr/source/xcuparser.cxx:904: ignoring modify of
unknown set member node "StarOffice XML (Base) Report Chart" in
"file:///assets/share/registry/res/fcfg_langpack_en-US.xcd"










--
Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.