0

Android Studio recent files

As shown in the image, there are some paths in Android Studio export list that are no longer exists in my computer.

This list appears when I click on the icon marked with a white circle in the image.

So I need to remove these paths from the list.

Hope someone can help me doing this.

Ajanyan Pradeep
  • 1,097
  • 1
  • 16
  • 26
Ahmed Loutfy
  • 157
  • 1
  • 8

1 Answers1

0

There's a file named other.xml, in Windows that's found in C:\Users\YourUserName\AppData\Roaming\Google\AndroidStudio4.1 (obviously the Android Studio version may differ)

You can edit the text in <property name="file.chooser.recent.files"> to remove the offending paths, then restart Android Studio.

splrs
  • 2,424
  • 2
  • 19
  • 29