簡體   English   中英

Android 資源鏈接失敗

[英]Android resource linking failed

我需要生成應用程序包,但錯誤提示:

Execution failed for task ':app:processReleaseResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
   > Android resource linking failed
     C:\Users\fajri\AndroidStudioProjects\Assessment\app\build\intermediates\packaged_manifests\release\AndroidManifest.xml:36: error: resource mipmap/ic_launcher (aka com.si20b.assessment:mipmap/ic_launcher) not found.
     C:\Users\fajri\AndroidStudioProjects\Assessment\app\build\intermediates\packaged_manifests\release\AndroidManifest.xml:36: error: resource mipmap/ic_launcher_round (aka com.si20b.assessment:mipmap/ic_launcher_round) not found.
     error: failed processing manifest.

我已經把我的圖標放在我的 android 項目中了

創建圖像資產時,請確保選擇主模式。

在此處輸入圖像描述

暫無
暫無

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

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