We are trying to run our Clover app on Android emulator (API 17) using hardware profile for Clover station and the the app is having trouble with the clover SDK.
Here is the stacktrace
System.out I Clover: postExec CloverPlugin I service connected: com.clover.sdk.v1.merchant.MerchantConnector@9e903ba0 I service connected: com.clover.sdk.v3.employees.EmployeeConnector@9e9045a8 I service connected: com.clover.sdk.v3.inventory.InventoryConnector@9e904b58 MerchantConnector W on service failure: ResultStatus{statusCode=FORBIDDEN, statusMessage=App doesn't have required permission: Package: com.itsoft.seed, not allowed permission: MERCHANT_R} System.out I Plugin: Clover: get merchant -- failure MerchantConnector D on service success: ResultStatus{statusCode=OK, statusMessage=null}
Any help would be appreciated