cannot click on finish button when importing project

Viewed 1527

Here is the image

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.

enter image description here

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; enter image description here

enter image description here

Related