Running the code snippet below on Clover Mini 2nd Gen emulator connected to the sandbox:
mAccount = CloverAccount.getAccount(this);the returned value is
null
Environemnt: Sandbox
SDK version: 28 and 26
Note: building against SDK version 25 generates errors related to missing resources:
.gradle/caches/transforms-1/files-1.1/appcompat-v7-26.1.0.aar/77f53e7e5532d91f058879b164ac9a0d/res/values-v26/values-v26.xml:9:5-12:13: AAPT: error: resource android:attr/colorError not found.
/.gradle/caches/transforms-1/files-1.1/appcompat-v7-26.1.0.aar/77f53e7e5532d91f058879b164ac9a0d/res/values-v26/values-v26.xml:17:5-93: AAPT: error: style attribute 'android:attr/keyboardNavigationCluster' not found.Attached
build.gradle
file
Any thoughts?
Thanks,
A.