I am trying to transfer my Android Studio project from my Windows computer over to a Mac.
I am going into my Android Studio Projects, selecting the entire folder "MyApplication", and then copying to an external hard drive.
When I am on the Mac, I try to open the file on Android Studio.
I go to File > Open... and find my application folder on the external hard drive, open.
Then I get this error:
Sync Android SDKs
The path 'C:\Users\Owner\AppData\Local\Android\Sdk' does not belong to a directory. Android Studio will use this Android SDK instead: '/Users/user/Library/Android/sdk' and will modify the project's local.properties file.
I click "OK", and nothing happens.
I assume I am transferring unnecessary local files from my Windows machine, but I don't know which ones I should copy over, which to leave, where to find them, and if there is a simple process for this (like an Export Project).
Sorry not exactly a coding question, but I can't seem to figure this out, and other answers make me feel like this should be super easy.
I already checked this and this.