androidandroid-studioandroid-recents

Need to clear recent paths on Android Studio


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.


Solution

  • 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.