gpt4 book ai didi

Android - API 级别 21 中的日期

转载 作者:行者123 更新时间:2023-12-05 00:09:25 26 4
gpt4 key购买 nike

<分区>

你好,我对 Android 还是有点陌生​​,

目前我对本地日期(或我尝试过的任何其他日期格式)有一个大问题

LocalDate currentDate = LocalDate().now();

此行产生以下错误:

Call requires API Level 26 (current min is 21)

我完全理解这意味着什么,但我无法更改项目的 API 级别(因为我与我的老师签署了一份契约(Contract),我和合作伙伴将按照我们的方式制作我们的学校项目计划好了。)

如何使用 API 级别 21 的任何类型的日期?

Gradle :

apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
applicationId "com.example.fragment"
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "0.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'

}
}
android {
compileOptions {
coreLibraryDesugaringEnabled true
}
}
}


dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.firebase:firebase-database:19.2.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'com.firebase:firebase-client-android:2.5.2'
implementation 'com.google.android.gms:play-services-auth:17.0.0'
implementation 'me.dm7.barcodescanner:zxing:1.9'
//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:22.0.0'
implementation 'com.google.code.gson:gson:2.8.6'

}

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com