Hi there
I am following this article about supporting different Screen Sizes
http://developer.android.com/training/multiscreen/screensizes.html
And this is my mainAtivity code
And I am getting following Log Printed
If I Comment this line
setUpActionBar(mIsDualPane, catIndex);
then everything is working fine.
Don't know why this is causing problem both in Emulator and also in real android powered phone
Thanks