SignDoc SDK (C++)  5.0.2.22
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Friends Pages
Using SignDoc SDK in Android apps

To use SignDoc SDK component in an Android app, perform the following steps:

  • Create directory "libs" under "app"
  • Copy SPSignDoc_5.0.jar into that directory
  • Right click the SPSignDoc_5.0.jar in libs (Android Studio's Project view) and select "Add As Library..."
  • Create directory "jniLibs" under "app/src/main"
  • Copy libSP*.so into that directory
  • Insert
    packagingOptions {
        jniLibs {
            useLegacyPackaging = true
        }
    }
    
    into the "android" section of app/build.gradle.