Reputation: 187
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.
Upvotes: 0
Views: 563
Reputation: 2432
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.
Upvotes: 0