Home > Net >  I can't import my existing project in Android Studio using Mac os
I can't import my existing project in Android Studio using Mac os

Time:09-05

I switched my os windows to Mac os after installing android studio on mac os I can't import projects in android studio

I want this type of popup on my mac screen when clicking on import project enter image description here

But Studio show this screen was not showing a green android project icon enter image description here

CodePudding user response:

Do not use Files>import.

Try use Files>open.

It sometimes happens when the some files in .idea folder is missing.

CodePudding user response:

Use the Export feature to copy your projects. Go to File > Export > Export to Zip File. (Photo 1)

Copy that Zip File to your other PC. Extract it. And Then Open it with File > Open > Browse the Project Folder.

I hope that helps.

Photo 1

1]

Photo 2

2]

  • Related