skip to Main Content

Android studio xml file name problem

my android studio res layout xml files name showing duplicate. Also my drawable file name showing two times. for example: main_activity.xmlmain_activity.xml. I also update my IDE but this weird thing is not gone.

2

Answers


  1. Please try "invalidate caches and restart".
    This should solve this problem.

    Login or Signup to reply.
  2. Try Following Steps:

    Clean project > Invalidate caches and restart > Rebuild Project
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search