I want to work with some files in flutter and so I wanted to use the Android Studio Device File Explorer to check if everything works correctly. But the Device File Explorer sh
The error might occur when you create a Flutter app in VS Code instead of Android Studio. To fix it, simply add a misc.xml
file in your .idea
folder, with the following contents or similar:
You could also create a new Flutter project in Android Studio to view the contents of misc.xml
as it might differ slightly.