-5

I can't run an instanceof the LocalDateTime in activity android Nougat 7.x,

AskNilesh
  • 67,701
  • 16
  • 123
  • 163

1 Answers1

1

LocalDateTime was added to Android in API Level 26, otherwise known as Android 8.0. You cannot use it on older devices.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491