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:
- Open JFrog Bintray repository website, where you can find all SDK's modules.
- For each library, in
Files
section, and appropriateversion
folder, locate an .aar files. - Manually download those .aar files to the
libs
folder in your project. - Make sure, you have
flatDir { dirs 'libs' }
in your project build.gradle file. - 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.