compile "com.urbanairship.android:urbanairship-sdk:8.7.0"
I'm receiving a runtime exception with missing class com.urbanairship.job.AirshipGcmTaskService. It looks like it's a dexing issue. I looked at the github project and AirshipGcmTaskService is clearly in your manifest. Can anyone think of a reason why dexing would drop this class? I've also updated my proguard-rules.pro to have -keep class com.urbanairship.** { *; }.
Comments
4 comments