I'm learning how to make android apps from book: "Android Programming for beginners" by John Horton. In chapter 12 I downloaded images and copied it to res directory as shown in the book. But there are some errors when I tried to sync gradle files. I think the directory structure was changed since the book was written. Can anyone point me to a resource where I can learn how to put resources in res directory?
PS: I'm using android studio.