I have my apk in eclipse and run it on device. In my apk is a lot of layouts (sw240, sw300, sw340 sw360, etc) and on layout which is loaded is a bug.
But I known nothing about device so I want to know from eclipse (or some another way) which layout is using now on device (when I start my apk from eclipse on device).
Is a way?
i ussually use this code below to know which layout i run if i have many layout design size:
from that i think you can know which layout size that load when you execute the application.