0

I was facing some issues with Android Studio so I decided to reinstall the Android Studio.

So what I did was to rename the old Android Studio folder and simple downloaded new Android Studio and unzipped the content with the same old folder name.

But This has caused the Android Studio to not open. However if I bring back the old folder and rename it back to its original name it is opening with the issues which were previously being faced by me.

Can anyone guide me on how to open new Android Studio?

Rajesh K
  • 683
  • 2
  • 9
  • 35

2 Answers2

1

Solved by installing slightly older version of Android Studio.

Rajesh K
  • 683
  • 2
  • 9
  • 35
0

But you may face the same issue once you upgrade the Android Studio.

I was able to resolve the same issue by refer to the solution provided in Android Developer Portal,

Studio doesn't start after upgrade

If Studio doesn't start after an upgrade, the problem may be due to an invalid Android Studio configuration imported from a previous version of Android Studio or an incompatible plugin. As a workaround, try deleting (or renaming, for backup purposes) the directory below, depending on the Android Studio version and operating system, and start Android Studio again. This will reset Android Studio to its default state, with all third-party plugins removed.

For Android Studio 4.1 and later:

Windows: %APPDATA%\Google\AndroidStudio Example: C:\Users\your_user_name\AppData\Roaming\Google\AndroidStudio4.1

macOS: ~/Library/Application Support/Google/AndroidStudio Example: ~/Library/Application Support/Google/AndroidStudio4.1

Linux: ~/.config/Google/AndroidStudio and ~/.local/share/Google/AndroidStudio Example: ~/.config/Google/AndroidStudio4.1 and ~/.local/share/Google/AndroidStudio4.1

ALearner
  • 462
  • 3
  • 14