Pam
Pam

Reputation: 1

Android Studio Error: Key io.flutter.settings.FlutterSettings duplicated

I have issues with my android Studio, Every time I run it it brings this error. I have tried uninstalling and reinstalling android Studio in a different location but its not working. Here's The error message:Error Message

Upvotes: -1

Views: 590

Answers (3)

Mohammad AlHourani
Mohammad AlHourani

Reputation: 1

To fix the issue in Windows, navigate to the following path:

C:\Users\UserName\AppData\Roaming\Google\AndroidStudio2022.3\plugins

Make sure to change UserName with yours in the Users folder. Then permanently delete the Flutter Storm folder

Upvotes: 0

Awais Rehman
Awais Rehman

Reputation: 674

FOR WINDOW 10

My problem is gone after this solution 👍 Try may be the solution for your problem too

Run following command in Command Prompt as administrator

👉 netsh winsock reset

Restart your machine

I found the solution here 💢 https://www.youtube.com/watch?v=VmWUrFIK8RY

Upvotes: 0

Maikzen
Maikzen

Reputation: 1624

For Windows, run following command in Command Prompt as administrator:

netsh winsock reset

Restart your machine

Upvotes: 0

Related Questions