본문 바로가기
  • "하나씩 기록하다보면 누군가에게 도움이 되지 않을까"
문제발생 및 해결

[안드로이드] More than one file was found with OS independent path ‘beans.xml’ 에러

by raVineL 2021. 2. 24.
728x90

1. 서론

 

  안드로이드에서 앱 만들고 빌드하려고 하는데 More than one file was found with OS independent path ‘beans.xml’ 에러 발생

  구글에서 에러 검색 결과 나온 블로그(eodevelop.tistory.com/46)를 참고하여 문제 해결

 

 

 


2. 본문

 

  build.gradle (module) 에서 android 밑에 PackagingOptions 로 빌드할때 빼고 진행

 

 

 


3. 결론

 

  정상적으로 빌드 완료

 

 

 


 

728x90

댓글