简体   繁体   中英

Transfer IntelliJ settings to to Android Studio

I want to easily transfer over all my custom shortcuts and IDE idiosyncrasies that are present in IntelliJ to Android Studio so I can begin my Android app development career without the headache of individually configuring each custom setting. How can I accomplish this?

In order to transfer your existing settings from IntelliJ to Android Studio (or vice versa) select File -> Manage IDE Settings -> Export Settings... and select an appropriate path. Then in the other IDE you wish to transfer the settings to, select File -> Manage IDE Settings -> Import Settings and locate the previously exported .jar settings file.

You need to export the settings from IntelliJ (by clicking File->Export Settings ), and then import them to Android Studio (with File->Import Settings ).

The trick is you also need to disable 'IDE settings sync' in IntelliJ , because if it is enabled, the Export Settings action is hidden in the File menu.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM