E/AndroidRuntime(11369): FATAL EXCEPTION: main
E/AndroidRuntime(11369): java.lang.RuntimeException: Unable to get provider com.urbanairship.UrbanAirshipProvider: java.lang.ClassNotFoundException: Didn't find class "com.urbanairship.UrbanAirshipProvider" on path: /data/app/agreeon.dev.AgreeOn_dev-2.apk:/system/app/MetricsApi-2033410.apk:/system/app/com.amazon.dp.logger.apk
E/AndroidRuntime(11369): at android.app.ActivityThread.installProvider(ActivityThread.java:4966)
E/AndroidRuntime(11369): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4577)
E/AndroidRuntime(11369): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4517)
E/AndroidRuntime(11369): at android.app.ActivityThread.access$1300(ActivityThread.java:149)
E/AndroidRuntime(11369): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1308)
E/AndroidRuntime(11369): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(11369): at android.os.Looper.loop(Looper.java:151)
E/AndroidRuntime(11369): at android.app.ActivityThread.main(ActivityThread.java:5185)
E/AndroidRuntime(11369): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(11369): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(11369): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
E/AndroidRuntime(11369): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
E/AndroidRuntime(11369): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(11369): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.urbanairship.UrbanAirshipProvider" on path: /data/app/agreeon.dev.AgreeOn_dev-2.apk:/system/app/MetricsApi-2033410.apk:/system/app/com.amazon.dp.logger.apk
E/AndroidRuntime(11369): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:65)
E/AndroidRuntime(11369): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
E/AndroidRuntime(11369): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
E/AndroidRuntime(11369): at android.app.ActivityThread.installProvider(ActivityThread.java:4951)
E/AndroidRuntime(11369): ... 12 more
What I need:
Has anyone seen something like this before? If so, does it seem like Urban Airship is the likely cause, or should I be looking for something else? ( I don't want to lead anyone into solving an UA problem if it is not related to that! ).
If UA is the problem here, is there something I need to change / remove from my configuration.json file to make this work? Do I need to adjust my iOS project file so that Urban Airship is handled by Apportable or does the Apportable SDK pick up on that automatically? Anything else I need to do to make the UA integration work?
All suggestions are welcome.
Hardware/Software Running:
For reference, this is the Apportable SDK that I am using: 7fb8d11ccb9aa00114db8a5b3a2ee6480b091355
I am trying to running it on an Amazon Kindle Fire HDX 7" tablet device.