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).
This issue was fixed in Android Studio Bumblebee. Please Update Android Studio to Bumblebee or Latest Version
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
copy your-module
folder in your project directory
Add below line in settings.gradle
include ':your-module' // your-module is module name
click sync now
Done