according to verifone's documentationVerifone Printer Api
the developer only needs to define this on build.gradle
dependencies {
compile (name: 'DeveloperSDK-release.x.x.x', ext: 'aar')
}
I did what the documentation said, I have a CommercePlugin installed in my studio Downloaded their SDK, followed the steps, still no luck,
I even tried to manually copy paste the Carbon Api's aar, rename it, still no luck.
Do I have to request their Printer AAR file? Any related experience here?