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

--- Comment #20 from eric li <lilingzhi.e...@gmail.com> ---
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'
    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 = 19
    versionCode project.hasProperty('cmdVersionCode') ?
cmdVersionCode.toInteger() : 1
    versionName '24.2.0.0.alpha0+//shanreal'
}


I modified the liboJniLibsdir      =
'/home/shanreal/libreoffice/core-master/android/jniLibs/armeabi-v7a'

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

Reply via email to