I'm working on an application that deals with getting an image from the drawable folder. In one of my last application what I did was I created a different ic_abc folders for each icon in my application and in there, there would be same image with different sizes in each of them. I was using these icons in the menu folder in that application.
Now in this application I don't know why but I can't access my drawable assets directly from the activity like R.id.imagename or R.drawable.imagename
Any ideas why is it acting like this?