Reputation: 113
android studio is not starting after installation and giving this error
Upvotes: 7
Views: 6144
Reputation: 27
Its just an issue of firewall..... 1)Firewall must be turned on. 2)Allow the application through windows firewall settings....if the application is not present by default, add it and grant permissions....Hope it will solve your issue.
Upvotes: 0
Reputation: 36
Go to your profile in windows, like c:\Users\kandpal\ and look for folders named .android and .android2.x (which will be the latest version of android installed) and make sure it is not read only type by going through its properties. If it is made read only, uncheck it on the .android folders, which will surely solve your problem.
Upvotes: 1
Reputation: 1803
Try this ,
1) open cmd with Run as administrator
2) type: netsh winsock reset
3) restart computer
After restart open Android Studio and check for errors if no errors all fine!
else try the following:
Upvotes: 10
Reputation: 6504
Go to folder where android-studio is installed. (e.g. C:\Program Files (x86)\Android\android-studio
)
Now go up one folder. (i.e. C:\Program Files (x86)\Android
)
Right click on the android-studio
folder and go to Properties.
In the Properties window, go to the Security tab.
Click the Edit button.
A new window will open, here you click the Users (your-username-or-your-group-name)
From the list below, check Allow in front of Full control.
Press OK, then again OK.
Now you can use Android Studio easily instead of "Running it As Administrator" every time.
Original Answer :Here
Upvotes: 2