I can't open Android Studio Application on Mac. How can I solve this?
I've deleted
studio.vmoptions
file in Contents > bin. But didn't work.I deleted Android Studio, And reinstalled it. But the same error causes.
I deleted Android Studio with CleanMyMac and retried.
I deleted Android Studio with these commands.
rm -Rf /Applications/Android\ Studio.app
rm -Rf ~/Library/Preferences/AndroidStudio*
rm -Rf ~/Library/Preferences/com.google.android.*
rm -Rf ~/Library/Preferences/com.android.*
rm -Rf ~/Library/Application\ Support/AndroidStudio*
rm -Rf ~/Library/Logs/AndroidStudio*
rm -Rf ~/Library/Caches/AndroidStudio*
rm -Rf ~/.AndroidStudio*
But all of them didn't work.
And I read these. But didn't help.
macOS "The application Android Studio can't be opened"
Cant open Android Studio after install
How can I fix it?