When I install Android studio, it launches with this message and exits giving this message:
Config and system paths seem to be equal.
If you have modified 'idea.config.path' or 'idea.system.path' properties,
please make sure they point to different directories, otherwise please re-install the IDE.
I tried re-installing it and uncommenting the path in .idea files from C:\Program Files\Android\Android Studio\bin this file, Then it works but gives some other error saying :
It seems you're using 'idea.system.path' property to specify the location of the caches directory. In 2020.1, default locations of application directories were changed. For compatibility, the IDE picked the old location of logs, but to avoid any ambiguity in the future (and to get rid of this warning) please set 'idea.log.path' property, too..
Any idea on what is wrong with me?
