0
0

More than 1 year has passed since last update.

AndroidManifest.xmlを上書きできずAPK生成に失敗する場合の解消方法

Last updated at Posted at 2021-09-04

環境

  • Android Studio: Arctic Fox 2021.3.1
  • gradle 7.0.2

現象

プロジェクトのビルドや実行において、以下のようなエラーがでて失敗する。

Zip file '...\app\build\outputs\apk\debug\app-debug.apk' already contains entry 'AndroidManifest.xml', cannot overwrite

原因

解消方法

  • build.gradle の中から問題のある(AndroidManifest.xmlを含む)依存ライブラリを特定
  • 依存の記載を削除(場合によって、代替ライブラリ等を検討)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0