rn打包不成功
圖片問題,此為RN版本升級後低版本相容問題
報錯內容:
:app:processReleaseResources
C:\Users\lvshenchao\Desktop\ichache-app\android\app\build\intermediates\res\merged\release\drawable-mdpi-v4\images_guide_en_page2.jpg: error: Duplicate file.
複製程式碼
解決方法:
把舊版本中從RN放到$(rn_project}\ android\app\src\main\res\drawable-xhdpi下的相關圖片或其它資源刪除,
只用當它編譯資源時自動生成到/android/app/build/intermediates/res/merged/release/drawable-x****hdpi/的資源就行。
複製程式碼
#此問題查詢個資料無法適用,Android studio也報多個bug,不用看,最終還是要看命令列裡的error提示,才能解決問題,切記!!