簡體   English   中英

如何在gradle中聲明導航圖

[英]How to declare navigation graph in gradle

當我在gradle中添加導航聲明時..在午餐時,app會出現以下錯誤:

Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91
    is also present at [androidx.core:core:1.1.0-alpha05] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory).
    Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:5:5-21:19 to override.

我用谷歌寫的gradle代碼-------------->:

def nav_version = "2.1.0-alpha01"

implementation "androidx.navigation:navigation-fragment:$nav_version"

implementation "androidx.navigation:navigation-ui:$nav_version"

在gradle中聲明這個崩潰我的應用程序

tools:replace="android:appComponentFactory"
android:appComponentFactory="whateverString"

在AndroidManifest中的應用程序標記中添加以上行

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM