How to fix “Call requires API level 26 (current min is 25) ” error in Android
The best way to use LocalDateTime on a lower versions of Android is by desugaring (you must have Android Gradle plugin version 4.0 or higher). Just add the below lines to your app module gradle file: Finally, add the ff. dependency to your dependencies block: coreLibraryDesugaring ‘com.android.tools:desugar_jdk_libs:1.0.10’