I have resource files in res/drawable-xhdpi folder of my Android project.
Android Studio doesnt have any problem building the application and it runs fine.
I am moving the project to Android.mk and i get the following at build time "warning: no entries written for drawable/resource_name". When I try to run the built apk, I get a Resource not found error.
Can any one please guide me as to what I am missing?
Thanks.