Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
1  
my guess is "probably not" but you can probably (hopefully?) learn a lot more from the message output to logcat when the app crashes. – Scott W Sep 21 '12 at 1:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.