0
I’m a beginner in Android Studio and I’m trying to create new folders (values-ldpi, values-mdip and etc.) in the project structure, but I can’t find option.
0
I’m a beginner in Android Studio and I’m trying to create new folders (values-ldpi, values-mdip and etc.) in the project structure, but I can’t find option.
3
the option to create folder is Directory see:
Thanks @aldison the problem has been solved.
Browser other questions tagged android android-studio
You are not signed in. Login or sign up in order to post.
What exactly is the difficulty? All you need to do is open the context menu on top of the folder
res
and thenNew > Folder
.– Paulo Rodrigues
I got my problem now is that the perspective that showed the project was only displaying the package, I changed the scope to project files and now I can see all the folders (before I didn’t see the folder res).
– Neto Lobo
The solution in my case was to go in res -> New -> Android Resource Directory
– Neto Lobo
Opa, sorry. I confused Android Studio with ADT, which I use.
– Paulo Rodrigues