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
But Studio show this screen was not showing a green android project icon
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
]
Photo 2
]