skip to Main Content

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

2

Answers


  1. Do not use Files>import.

    Try use Files>open.

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

    Login or Signup to reply.
  2. 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]

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search