Issue
Next/Finish button does not become enabled even after selecting the right module path. It does not show any error. Android studio version is 2020.3.1 (Latest as of 3 August, 2021).
Solution
This Bug is in Android studio Arctic Fox,
Many people are posted this issue on issuetracker
but nobody get solution from Android studio
team side.
here is some links of that issues posted on issuetracker
.
Link 1 ,
Link 2 ,
Link 3 ,
Link 4 ,
Link 5 ,
Link 6 ,
Link 7
So here is Temporary Workaround
copy
your-module
folder in your project directoryAdd below line in
settings.gradle
include ':your-module' // your-module is module name
click
sync now
Done
Answered By - Nikunj Paradva