Where is the option to add a new preference screen in Android Studio 0.4.0?

Viewed 41591
Android Studio 0.4.0

Hello,

I want to add a new Preference Screen in Android Studio. However, I cannot find the menu option to do it.

In Eclipse you would right click the resource directory | New xml file | resource type (preferences)

However, when I try and do this in Android Studio, there is no resource type preferences.

Do I have to do this manually now?

Many thanks for any suggestions,

8 Answers

In Windows, Go to Settings Then Double Click on Editor

(For Windows, go to File > Settings > Editor > General) (For Mac, go to Android Studio > Preferences > Editor > General)

In AS 3.2, click on res/xml, type ALT INS, select XML Resource File and you get an empty PreferencesScreen

Related