第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

如何修復(fù) Android Studio 中的“缺少類”錯(cuò)誤?

如何修復(fù) Android Studio 中的“缺少類”錯(cuò)誤?

當(dāng)年話下 2023-06-08 13:52:28
當(dāng)我嘗試在 Android Studio 中創(chuàng)建新活動(dòng)時(shí),會(huì)發(fā)生這些錯(cuò)誤,在此錯(cuò)誤之前我通常創(chuàng)建了一些活動(dòng)(沒(méi)有任何錯(cuò)誤):The following classes could not be found:- android.support.constraint.ConstraintLayout (    Add constraint-layout library dependency to the project, Fix Build Path, Edit XML, Create Class)- android.support.design.widget.CoordinatorLayout (Fix Build Path, Edit XML, Create Class)- android.support.v7.widget.Toolbar (Fix Build Path, Edit XML, Create Class)依賴庫(kù):dependencies {    implementation fileTree(include: ['*.jar'], dir: 'libs')    implementation 'androidx.appcompat:appcompat:1.0.2'    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'    implementation 'com.android.support:support-v4:29.+'    implementation 'com.android.support:design:29.+'    implementation 'com.android.support:appcompat-v7:29.+'    implementation 'com.android.support.constraint:constraint-layout:1.1.3'    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.0.0'    implementation 'com.squareup.retrofit2:retrofit:2.0.2'    implementation 'com.squareup.retrofit2:converter-gson:2.0.2'    implementation 'com.squareup.picasso:picasso:2.5.2'    implementation 'de.hdodenhof:circleimageview:3.0.0'    implementation 'com.mikhaellopez:circularimageview:3.2.0'    implementation 'com.google.android.gms:play-services-base:11.0.1'    implementation 'com.google.android.gms:play-services-basement:11.0.1'    implementation 'com.google.android.gms:play-services-safetynet:11.0.1'    implementation 'com.google.android.gms:play-services-tasks:11.0.1'}
查看完整描述

2 回答

?
瀟湘沐

TA貢獻(xiàn)1816條經(jīng)驗(yàn) 獲得超6個(gè)贊

看起來(lái)您正在嘗試在同一個(gè)項(xiàng)目中使用 AndroidX 庫(kù)和支持庫(kù)。從菜單遷移到 AndroidX,它將替換包名稱和依賴項(xiàng)。

您的項(xiàng)目正在從支持庫(kù)中添加小部件,而不是從導(dǎo)致此問(wèn)題的 AndroidX 添加小部件。


http://img1.sycdn.imooc.com/64816cd10001041602400415.jpg

查看完整回答
反對(duì) 回復(fù) 2023-06-08
?
喵喔喔

TA貢獻(xiàn)1735條經(jīng)驗(yàn) 獲得超5個(gè)贊

您已經(jīng)將AndroidX依賴與AppCompat. 從 Refactor -> Migrate to AndroidX 將其遷移到 AndroidX 或使用 AppCompat。

正如在您的代碼中一樣,您已經(jīng)為Constraint Layout. 解決您問(wèn)題的最簡(jiǎn)單方法是刪除該行

implementation 'androidx.constraintlayout:constraintlayout:1.1.3'


查看完整回答
反對(duì) 回復(fù) 2023-06-08
  • 2 回答
  • 0 關(guān)注
  • 418 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)