React NativeのAndroidビルドでapp:mergeReleaseResources FAILED(Error: Duplicate resources)
502 ワード
下記の記事の補足
やること
-
android/app/src/main/res/drawable-*
のフォルダを削除 -
raw
フォルダ内のキャッシュみたいなファイルを削除 -
cd android && ./gradlew assembleRelease
を実行
2に関しては、必要なファイルが含まれている場合もあるので、一旦全部削除して3を行い、not foundになったファイルだけをgitで元に戻す必要があるようです。
Author And Source
この問題について(React NativeのAndroidビルドでapp:mergeReleaseResources FAILED(Error: Duplicate resources)), 我々は、より多くの情報をここで見つけました https://qiita.com/wktq/items/ac06d85a102992b3ae87著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .