user2582318
user2582318

Reputation: 1647

ANdroid Studio dont let me create Layout-small res folder

I already made the layout.xml in the layout folder, but for a small device its not working

enter image description here

than = then =x

and after reading some articles, i must create a layout-small isnt it?

so im trying to do in android studio, it dont allow me saying that it already exist, BUT there is not layout-small folder =/ i should i do?

enter image description here

EDIT*

i already tried to create a folder manually in windows and restart android studio, not working too...

what i saw is that while gradle is building, i show all the folders, but after gradle finishes, it HIDE the folder

Look:

WHILE BUILDING:

enter image description here

AFTER BUILDING:

enter image description here

Upvotes: 1

Views: 984

Answers (1)

Damian Kozlak
Damian Kozlak

Reputation: 7083

It may be a little bit stupid, but did you try creating this folder manually using Windows? If it is already, maybe restart Android Studio?

Also Screen Support

Note: Beginning with Android 3.2 (API level 13), these size groups are deprecated in favor of a new technique for managing screen sizes based on the available screen width. If you're developing for Android 3.2 and greater, see Declaring Tablet Layouts for Android 3.2 for more information.

Upvotes: 1

Related Questions