Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NoClassDefFoundError: java.util.Objects #935

Closed
vmeretin opened this issue Dec 2, 2020 · 1 comment · Fixed by #936
Closed

java.lang.NoClassDefFoundError: java.util.Objects #935

vmeretin opened this issue Dec 2, 2020 · 1 comment · Fixed by #936

Comments

@vmeretin
Copy link

vmeretin commented Dec 2, 2020

App crashes on Android 4.3 (API 18)

E/flutter ( 3668): [ERROR:flutter/shell/platform/android/platform_view_android_jni_impl.cc(43)] java.lang.NoClassDefFoundError: java.util.Objects
E/flutter ( 3668):      at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.saveScheduledNotification(FlutterLocalNotificationsPlugin.java:420)
E/flutter ( 3668):      at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.zonedScheduleNotification(FlutterLocalNotificationsPlugin.java:333)
E/flutter ( 3668):      at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.zonedSchedule(FlutterLocalNotificationsPlugin.java:1007)
E/flutter ( 3668):      at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.onMethodCall(FlutterLocalNotificationsPlugin.java:922)
E/flutter ( 3668):      at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:233)
E/flutter ( 3668):      at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85)
E/flutter ( 3668):      at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:692)
E/flutter ( 3668):      at android.os.MessageQueue.nativePollOnce(Native Method)
E/flutter ( 3668):      at android.os.MessageQueue.next(MessageQueue.java:132)
E/flutter ( 3668):      at android.os.Looper.loop(Looper.java:124)
E/flutter ( 3668):      at android.app.ActivityThread.main(ActivityThread.java:5103)
E/flutter ( 3668):      at java.lang.reflect.Method.invokeNative(Native Method)
E/flutter ( 3668):      at java.lang.reflect.Method.invoke(Method.java:525)
E/flutter ( 3668):      at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/flutter ( 3668):      at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/flutter ( 3668):      at dalvik.system.NativeStart.main(Native Method)
@MaikuB
Copy link
Owner

MaikuB commented Dec 3, 2020

Thanks for finding this. Strangely I couldn't reproduce the issue but I will make changes to fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants