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

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

為什么我不能構建 apk 而不是 aar?

為什么我不能構建 apk 而不是 aar?

森欄 2023-07-28 10:20:12
當我構建項目時,我在輸出文件夾中找到aar文件而不是文件。apk請告訴我發生了什么事,錯誤來自gradle.Build何處?這是我的gradle.Build:apply plugin: 'com.android.library'def computeVersionName() {    return "1.0.12"}android {    compileSdkVersion 28    defaultConfig {        minSdkVersion 19        targetSdkVersion 28        versionCode 40        versionName computeVersionName()    }    buildTypes {        release {            minifyEnabled false            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'        }    }    lintOptions {        abortOnError false    }}dependencies {    implementation fileTree(dir: 'libs', include: ['*.jar'])    // android framework    implementation 'com.android.support:appcompat-v7:28.0.0'    implementation 'com.android.support:design:28.0.0'    implementation 'com.android.support:cardview-v7:28.0.0'    implementation 'com.android.support.constraint:constraint-layout:1.1.3'    // firebase sdk    implementation 'com.google.firebase:firebase-core:17.2.0'    implementation 'com.google.firebase:firebase-database:19.1.0'    implementation 'com.google.firebase:firebase-storage:19.0.1'    implementation 'com.google.firebase:firebase-crash:16.2.1'    implementation 'com.google.firebase:firebase-messaging:20.0.0'    implementation 'com.google.firebase:firebase-auth:19.0.0'    implementation 'com.google.firebase:firebase-firestore:21.1.0'    implementation 'com.google.firebase:firebase-analytics:17.2.0'    implementation 'com.github.bumptech.glide:glide:3.7.0'    annotationProcessor 'com.github.bumptech.glide:glide:3.7.0'    implementation 'org.apache.httpcomponents:httpcore:4.4.10'    implementation 'com.vanniktech:emoji-ios:0.5.1'    implementation "com.daimajia.swipelayout:library:1.2.0@aar"}
查看完整描述

1 回答

?
萬千封印

TA貢獻1891條經驗 獲得超3個贊

您應用了庫插件而不是應用程序插件。在 gradle 文件中將“com.android.library”替換為“com.android.application”。



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

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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