Issue
Recently I changed the VMOptions on my Android Studio trying to free some RAM memory. Happens that I wrote and saved the command with an error and now I cant open Android Studio..
I tried to reinstall AS, delete studio64.vmoptions file at bin folder, but still cant open Android Studio. Can someone help me with that?
The studio.bat command clearly shows the error that i wrote in VMOptions, but I cant find and change that line Error in VMOptions that I wrote
Solution
Referencing to this question: How to reset Android Studio
On Mac OS X
Remove these directories:
~/Library/Application\ Support/AndroidStudio*
~/Library/Preferences/AndroidStudio*
~/Library/Caches/AndroidStudio*
~/Library/Logs/AndroidStudio*
~/.AndroidStudio*
On Windows:
Go to your User Folder - on Windows 7/8 this would be:
[SYSDRIVE]:\Users\[your username] (ex. C:\Users\JohnDoe\)
In this folder there should be a folder called .AndroidStudioBeta or .AndroidStudio (notice the period at the start - so on some OSes it would be hidden).
Delete this folder (or better yet, move it to a backup location - so you can return it if something goes wrong).
This should reset your Android Studio settings to default.
Answered By - NiklasLehnfeld
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.