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

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

如何在安卓工作室中訪問帶有等級的依賴項的依賴項?

如何在安卓工作室中訪問帶有等級的依賴項的依賴項?

鴻蒙傳說 2022-09-28 16:17:46
我在這里錯過了什么嗎?我正在使用安卓工作室。我將使用共享代碼庫開發(fā)兩個應用程序,因此我在我的Android工作室項目中制作了三個模塊。一個模塊是具有共享代碼的庫項目,另外兩個是應用程序。這是一個應用程序build.gradleapply plugin: 'com.android.application'android {    compileSdkVersion 26    defaultConfig {        applicationId "omitted"        minSdkVersion 15        targetSdkVersion 26        versionCode 1        versionName "1.0"        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"    }    buildTypes {        release {            minifyEnabled false            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'        }    }}dependencies {    implementation project(':lib')    implementation fileTree(dir: 'libs', include: ['*.jar'])}這是共享模塊的build.gradleapply plugin: 'com.android.library'android {    compileSdkVersion 26    defaultConfig {        minSdkVersion 15        targetSdkVersion 26        versionCode 1        versionName "1.0"        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"    }    buildTypes {        release {            minifyEnabled false            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'        }    }}dependencies {    implementation fileTree(dir: 'libs', include: ['*.jar'])    implementation 'com.android.support:appcompat-v7:26.1.0'    implementation 'com.android.support.constraint:constraint-layout:1.1.3'    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'}我的期望是,我的應用應該有權訪問共享代碼模塊的依賴項(例如 )。這是錯的嗎?我找不到任何將這些依賴項傳遞給依賴應用的方法。'com.android.support:appcompat-v7:26.1.0'
查看完整描述

1 回答

?
HUWWW

TA貢獻1874條經(jīng)驗 獲得超12個贊

答案是使用而不是在我的共享模塊的依賴項中使用。apiimplementation'build.gradle

即。我想要而不是api 'com.android.support:appcompat-v7:26.1.0'implementation 'com.android.support:appcompat-v7:26.1.0'

得益于杰迪普·卡拉尼的評論以及如何在Android模塊之間共享依賴關系

但是,據(jù)我所知,沒有這樣的東西可以取代.testApitestImplementation


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

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網(wǎng)微信公眾號