Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Moving Android Studio Projects and Configurations from Windows 7 to OS X

Currently I am running Android Studio on a XPS 17 that is running Windows 7. I want to get a MacBook Pro running OS X Yosemite.

Will I be able to transfer my Android Studio Projects from Windows to OS X without the risk of losing my projects and is there a proper way to go about doing it? Would it also be possible to keep my current configurations by transferring the configurations file from my Windows version of Android Studio or will it need to be reconfigured manually?

Is there anything else that I need to be aware of before making the switch? Thanks ahead of time.

like image 420
androidtitan Avatar asked Mar 16 '23 21:03

androidtitan


1 Answers

Yes you will be able to switch seamlessly, I frequently use Linux/Windows/OS X Yosemite for the same project.

Just open Android Studio and click on "Open an existing Android Studio project" and point to your project.

For the setttings you may go to File>Export Settings (on your Android Studio for Windows) then on Android Studio for Mac File>Import Settings.

like image 94
Rodrigo Direito Avatar answered Apr 27 '23 04:04

Rodrigo Direito