我剛剛將 android studio 升級到 3.1.3 并創(chuàng)建了顯示 admob 橫幅廣告的新項目,但出現(xiàn)此錯誤。我在這個較新的版本 [3.1.3] 中打開了我的舊項目,我有很多錯誤,但我通過在線搜索解決了它們。對于這個錯誤,我找不到任何東西。以下是來自 build.gradle 文件的依賴項dependencies {implementation fileTree(include: ['*.jar'], dir: 'libs')implementation 'com.android.support:appcompat-v7:26.1.0'implementation 'com.android.support.constraint:constraint-layout:1.1.2'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.google.android.gms:play-services:12.0.1'implementation 'com.google.android.gms:play-services-ads:15.0.1'}
添加回答
舉報
0/150
提交
取消