Android Studio runtime error Stub! at com.amazon.device.messaging.ADMMessageHandlerBase.() <init> (unknown Source)

701 Views Asked by At

When I build the Amazon (Kindle) flavor of my Android app I run into this Runtime error as following

Caused by: java.lang.RuntimeException: Stub! at com.amazon.device.messaging.ADMMessageHandlerBase().

Even though I added local amazon-device-messaging.jar file as dependency jar (provided) in my app, I am still getting this runtime exception.

0

There are 0 best solutions below