为了账号安全,请及时绑定邮箱和手机立即绑定

不导入支持库

不导入支持库

杨魅力 2023-03-17 15:10:18
我无法导入支持库,现在我只导入: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;
查看完整描述

1 回答

?
跃然一笑

TA贡献1826条经验 获得超6个赞

尝试这个 :


dependencies {

... //other 

implementation 'androidx.appcompat:appcompat:1.0.2'

}

使用 AndroidX 而不是支持库。


查看完整回答
反对 回复 2023-03-17
  • 1 回答
  • 0 关注
  • 63 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信