When creating new project in android studio, the project can be created in the specified folder, But IDE throws the below error:
Argument for @NotNull parameter 'file' of com/intellij/vcsUtil/VcsUtil.getVcsFor must not be null
So I can't create or import any project.what is missing in com .... /vcsUtil/VcsUtil.getVcsFor ? I browsed for many days.
Issue with "@NotNull parameter 'file' ". How can I solve the issue?