I am trying to develop for the Kindle fire (2.3.3) and new Kindle Fire HD (4.0.3). I have my layouts designed for the kindle fire in the "layouts" folder and a "layout-sw530dp" for the kindle fire hd. My AndroidManifest has android:minSdkVersion="10" (2.3.3).
When debugging through eclipse, the app compiles and runs fine on both devices. However, when I sign the app, the app crashes on the kindle fire. Could the problem be that Android 3.2 and later supports layout-smallest width?