2

I have recently switched to Android Studio and try to migrate an ADT project. In the app/src/main/res/ directory I have the values, values-v11 and values-v14 folder. But in the Studio's Project view only the "values" folder is displayed. Why? How to resolve this?

Endre
  • 374
  • 6
  • 18
  • In Android Studio: There is an option in the gear icon in the explorer. Enable the option for Show Excluded Files. https://stackoverflow.com/a/68153399/8094969 – bm888 Jun 27 '21 at 16:52

1 Answers1

2

Android Studio puts them by default into one view, physically there are still in different folders. If you want to change this, just change the project perspective in the project view on the left side.