I am working in an android application and I want to support my application in all devices. But I don\'t know from which drawable folder 8 inch tablet takes
You can use : "drawable-sw720dp" for 10'' tablets, containing 720px-width images" for the 8" Tablet .
"drawable-sw720dp"
10'' tablets
720px-width images"
8" Tablet
For more info you can refer here , as 8" is reside between 7-10 Range so that you can use 10" drawable folder
http://developer.android.com/guide/practices/screens_support.html