Android Studio shows wrong file contents

UPDATE: Quicker solution by the user Hong given below:

Delete the caches folder: C:\Users\my_user_name\.AndroidStudio3.3\system\caches

=====================

Here’s what worked for me.

  1. Close Android Studio
  2. Go to C:\Users*your username*
  3. Locate the Android Studio settings directory named .AndroidStudioX.X (X.X being the version)
  4. Rename it to something like old.AndroidStudioX.X
  5. Start Android Studio, and when it asks if you want to import settings, choose the old directory

This should fix the issue.

Leave a Comment