gpt4 book ai didi

java - 如何在我的 Android 应用程序中添加对 Android 4.4 的支持

转载 作者:行者123 更新时间:2023-12-01 17:44:40 25 4
gpt4 key购买 nike

我正在开发一个应用程序,我还需要在旧版本的 Android(如 Android 4.4)中运行。我搜索了很多,但仍然感到困惑,我尝试了诸如多重索引之类的方法,但没有成功。我的模块文件如下所示:

    apply plugin: 'com.android.application'

android {
compileSdkVersion 28
defaultConfig {
applicationId "al.sqmo"
minSdkVersion 22
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:recyclerview-v7:28.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.squareup.retrofit2:retrofit:2.1.0'
implementation 'com.squareup.retrofit2:converter-gson:2.1.0'
implementation 'com.google.code.gson:gson:2.6.1'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation fileTree(dir: 'libs', include: ['*.jar'])
}

感谢任何帮助!

最佳答案

在 gradle 中设置此版本如下

minSdkVersion 19

这将允许在 kitkat 中运行应用程序。

让我知道更多帮助

关于java - 如何在我的 Android 应用程序中添加对 Android 4.4 的支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57114093/

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