Reputation:
I just started using intellij and I just noticed that when it sets up your initial res folders it does not include the Drawable. I know that I can just add the folders no big deal, I was just a wandering why. Then again maybe I have done something wrong.
Upvotes: 0
Views: 93
Reputation: 402433
As you can notice from the log in this video, res/drawable*
folders are created by Android SDK tools. It's not handled by IDEA, it's a feature of Android SDK.
Upvotes: 1