gpt4 book ai didi

java - 未导入支持库

转载 作者:行者123 更新时间:2023-12-02 03:13:37 25 4
gpt4 key购买 nike

我无法导入支持库,现在我只导入:

import androidx.fragment.app.Fragment;
import android.app.Fragment;

谷歌搜索,我意识到 androidx.取代支持。但问题仍然悬而未决。

android {
compileSdkVersion 28
buildToolsVersion "29.0.0"
defaultConfig {
applicationId "com.example.criminalintent"
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
...
implementation 'com.android.support:appcompat-v7:28.0.0'

需要:

import android.support.v4.app.Fragment;

最佳答案

试试这个:

dependencies {
... //other
implementation 'androidx.appcompat:appcompat:1.0.2'
}

使用 AndroidX 而不是支持库。

关于java - 未导入支持库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56977419/

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