Is anybody else having issue with Genymotion ever since a clover update of almost a month ago. All our existing Genymotions stopped working and new ones have the same issue.
Basically, after the update, several of clover applications on Genymotion are crashing. For example, on register you can ring up a sale but the moment you hit the Pay button, you get the message "Unfortunately, Payment has stopped working". similarly applications like Inventory crash when started as well.
This has crippled us because we do our training and demos on Genymotion. Any help would be appreciated.
Following exception in Android Monitor:
java.lang.NullPointerException
at com.clover.common2.clover.TransactionSettingsResolver.applySettings(TransactionSettingsResolver.java:74)
at com.clover.common2.clover.TransactionSettingsResolver.<init>(TransactionSettingsResolver.java:47)
at com.clover.payment.common.activities.AbstractPaymentActivity.transactionSettingsResolver(AbstractPaymentActivity.java:237)
at com.clover.payment.common.activities.AbstractMerchantPaymentActivity.startCustomerFacingPayActivity(AbstractMerchantPaymentActivity.java:106)
at com.clover.payment.common.activities.AbstractMerchantPaymentActivity.handlePortraitOrientation(AbstractMerchantPaymentActivity.java:233)
at com.clover.payment.builder.pay.activities.PayActivity.initViews(PayActivity.java:1278)
at com.clover.payment.builder.pay.activities.PayActivity.onConfigurationChanged(PayActivity.java:636)
at android.app.ActivityThread.performConfigurationChanged(ActivityThread.java:3800)
at android.app.ActivityThread.handleConfigurationChanged(ActivityThread.java:3973)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1348)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5041)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
at dalvik.system.NativeStart.main(Native Method)