Skip to content

Set up Manually

Caution

Set up Manually is not recommended way, but it's still available. Definitely see Set up with Gradle section.

The minimum API level supported by this library is API 16 (Jelly Bean).

Follow the steps listed below to set up the Wirecard ePOS SDK for Android manually:

  1. Open JFrog Bintray repository website, where you can find all SDK's modules.
  2. For each library, in Files section, and appropriate version folder, locate an .aar files.
  3. Manually download those .aar files to the libs folder in your project.
  4. Make sure, you have flatDir { dirs 'libs' } in your project build.gradle file.
  5. Add a dependency in the module build.gradle file e.g. compile(name: 'nameOfLibrary-version', ext: 'aar').

Tip

After set up of SDK, you can continue with SDK Initialization section.