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.