본문 바로가기

개발/06.Android

[Android] META-INF/android.support.design_material.version' collided 에러가 갑자기 남.

배경 : 나도몰라 갑자기 남

 

내용 : 

 Menu -> Build -> Clean project, 2~3번 하니까 됨

 

  • For some weird reason I had to 'Clean Project' twice before it worked. 
  • Menu -> Build -> Clean project, worked for me. Thanks 
  •  
    Though I feel this will work in most situation, this did not really solve mine. @tmt 's answer worked: remove/rename the already-generated apk (and json). 
  • Build > Rebuild Project helped me with Entry name 'META-INF/androidx.preference_preference.version' collided error. 

 

참고 : 

https://stackoverflow.com/questions/62280809/problem-entry-name-meta-inf-collide-android

 

Problem "Entry name 'META-INF...' collide - Android

I have added some things to my mobile application, such as adds or animation-lists. The thing is that I could generate APKs perfectly some days ago and, since the moment y added those things, Android

stackoverflow.com

 

728x90