When I try to import module in another project I cant click on finish button.
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
When I try to import module in another project I cant click on finish button.
2
Answers
The folder you want to import should contain a Gradle file in itself for Android Studio to recognise.
Can you check if that folder
Little Genius
has a Gradle file in it?If it has a Gradle file, you would see a section like this to name the module.
The Finish button would be enabled after that.
I think this is a Android Studio Arctic Fox bug. I downloaded Intellij Idea, open project, file > new > module. That’s works;