0

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):

res folder structure

Any help is greatly appreciated.

TharakaNirmana
  • 10,237
  • 8
  • 50
  • 69

1 Answers1

0

I got it working. There were two mistakes that I had done.

  1. SDK was not updated to kitkat.
  2. Layout files were not included in layouts-sw600 (portrait).

Steps I took:

Community
  • 1
  • 1
TharakaNirmana
  • 10,237
  • 8
  • 50
  • 69