亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

ExecuteTaskAction :app:processDebugManifest 錯誤

ExecuteTaskAction :app:processDebugManifest 錯誤

茅侃侃 2023-03-23 14:54:17
突然出現執行任務動作問題。我嘗試了那里和其他頁面的解決方案,但沒有幫助,因為它們是舊版本的 Android Studio。我的build.gradleapply plugin: 'com.android.application'android {    compileSdkVersion 28    defaultConfig {        applicationId "com.example.asus.thesister"        minSdkVersion 15        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'])    implementation 'com.android.support:appcompat-v7:28.0.0'    implementation 'com.android.support.constraint:constraint-layout:1.1.3'    implementation 'com.android.support:support-v4:28.0.0'    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.android.support:design:28.0.0'    implementation 'org.jetbrains:annotations-java5:15.0'    implementation 'com.android.support:recyclerview-v7:28.0.0'    implementation 'com.google.android.gms:play-services-ads:18.1.0'    implementation 'com.android.support:cardview-v7:28.0.0'}錯誤::app:processDebugManifest 錯誤
查看完整描述

1 回答

?
斯蒂芬大帝

TA貢獻1827條經驗 獲得超8個贊

ExecuteTaskAction :app:processDebugManifest 錯誤 Android Studio

該問題似乎與 AndroidX 庫有關。這是因為您正在使用具有以下依賴項的 AndroidX 的 Google Play 服務:

implementation 'com.google.android.gms:play-services-ads:18.1.0'

Google Play 服務從版本 17 開始,使用的是 AndroidX。請參閱https://developers.google.com/android/guides/releases#june_17_2019

您需要將您的 Google Play 服務降級到版本 16(強烈建議不要這樣做)或遷移您的項目以使用 AndroidX(請參閱遷移到 AndroidX


查看完整回答
反對 回復 2023-03-23
  • 1 回答
  • 0 關注
  • 187 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號