I am developing a android tab application and I have tested in 10 and 7 inch emulators running android 4.0.3 which is Ice Cream Sand-witch. When I try to run the same application on google galaxy nexus 7, the app crashes at launch. I have also included following lines in the manifest:
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />
I think there is no issue with my folder structure (drawables and layout folders):
Any help is greatly appreciated.