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

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

錯(cuò)誤:無(wú)法添加任務(wù)“清理”,因?yàn)榫哂性撁Q的任務(wù)已存在

錯(cuò)誤:無(wú)法添加任務(wù)“清理”,因?yàn)榫哂性撁Q的任務(wù)已存在

暮色呼如 2022-07-27 21:50:22
我在從 Gradle 構(gòu)建時(shí)遇到問(wèn)題。這是我面臨的錯(cuò)誤:錯(cuò)誤:無(wú)法添加任務(wù)“清理”,因?yàn)榫哂性撁Q的任務(wù)已存在。這是我的 Gradleapply plugin: 'com.android.application'android {compileSdkVersion 28buildToolsVersion "25.0.1"defaultConfig {    applicationId "net.accedegh.retrofitlibrary"    minSdkVersion 17    targetSdkVersion 28    versionCode 1    versionName "1.0"    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"}buildTypes {    release {        minifyEnabled false        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'    }}dependencies {implementation fileTree(dir: 'libs', include: ['*.jar'])androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {    exclude group: 'com.android.support', module: 'support-annotations'})//noinspection GradleCompatibleimplementation 'com.android.support:appcompat-v7:28.0.0'implementation "com.android.support:recyclerview-v7:28.0.0"implementation 'com.android.support:cardview-v7:28.0.0'implementation 'com.squareup.retrofit2:retrofit:2.1.0'implementation 'com.squareup.retrofit2:converter-gson:2.1.0'implementation 'com.squareup.picasso:picasso:2.4.0'implementation 'com.github.jd-alexander:LikeButton:0.2.0'implementation'com.github.bumptech.glide:glide:3.7.0'compile 'com.github.varunest:sparkbutton:1.0.3'implementation 'com.android.support:design:28.0.0'androidTestCompile 'junit:junit:4.12'}頂級(jí)build.gradle文件// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript {     repositories {         jcenter()         google()     }    dependencies {         classpath 'com.android.tools.build:gradle:3.3.2'        // NOTE: Do not place your application dependencies here; they belong        // in the individual module build.gradle files    } } allprojects {     repositories {         maven {             url 'maven.google.com'             name 'Google'         }     }     task clean(type: Delete) {         delete rootProject.buildDir     } }如果有人知道,請(qǐng)給我解決方案。
查看完整描述

1 回答

?
四季花海

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

您在項(xiàng)目級(jí)別定義了此任務(wù)build.gradle(如您的評(píng)論中發(fā)布的那樣):


task clean(type: Delete) { 

    delete rootProject.buildDir 

}

Android Studio 的 Gradle 包裝器已經(jīng)clean定義了一個(gè)任務(wù),因此無(wú)需重新定義它。只需從項(xiàng)目級(jí)build.gradle文件中刪除該任務(wù)即可。


查看完整回答
反對(duì) 回復(fù) 2022-07-27
  • 1 回答
  • 0 關(guān)注
  • 292 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(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)