Hi folks, when I am debugging my app these days I am very often (every time today actually) getting a BindingException thrown when using the merchant connector and calling getMerchant(). It does not seem to be a problem for the production version of the app on a Clover terminal. What could be the cause of this and can you think of a resolution? This is occurring on a 4.4.2 tablet with the 1452 Clover engine apk installed.
W/System.err: com.clover.sdk.v1.BindingException: Could not bind to Android service
W/System.err: at com.clover.sdk.v1.ServiceConnector.waitForConnection(ServiceConnector.java:162)
W/System.err: at com.clover.sdk.v1.ServiceConnector.execute(ServiceConnector.java:208)
W/System.err: at com.clover.sdk.v1.merchant.MerchantConnector.getMerchant(MerchantConnector.java:200)