How to save and restore Android Studio user interface settings?
You can go file > Export settings
then you get to choose exactly the settings to export and you get a single settings.jar
file.
The reverse process is file > Import Settings > choose settings.jar
It seems that the user interface has changed since the last answer.
Now as of Android Studio 4.2 Bata 1 on Windows
You have to go to File -> Manage IDE Settings -> Export Setting
to see the same window.
If you can't find the File > Import Settings
menu, try accessing File -> Manage IDE Settings -> Export Setting
.
There may be differences on the version or operating system.