Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.content.Intent.getIntExtra(java.lang.String, int)' on a null object reference
at com.evernote.android.job.WakeLockUtil.completeWakefulIntent(WakeLockUtil.java:119)
at com.evernote.android.job.JobRescheduleService.onHandleIntent(JobRescheduleService.java:69)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.os.HandlerThread.run(HandlerThread.java:61)
Thanks for reporting. It'll be fixed in then next version. You can give it a try if you want:
repositories {
jcenter()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}
dependencies {
compile 'com.evernote:android-job:1.1.9-SNAPSHOT'
}
When is the next release scheduled?
We don't have a fixed release cycle. There's nothing wrong with the latest snapshot. But probably after #173 is merged I'll publish a stable release.
Fixed in version 1.1.9
thanks, but my app is crashing in prod. now i have to send an update :(
Most helpful comment
Fixed in version 1.1.9
https://github.com/evernote/android-job/releases/tag/v1.1.9