SignDoc SDK (.NET with exceptions)  5.0.2.22
All Classes Namespaces Functions Variables Enumerations Enumerator Properties 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.