I have a well established Android business application that our company has been using on wireless phones for the last year. Most of my target devices are in the 2.1 arena.
However we aquired a bunch of XooM tablets that they want the app to work on as well. Figuring that the Android SDK is forward friendly all i needed to change was my manifest to have my minSDK to 7 and my targetSDK to 13.
I figured I would have some formatting issues but when I publish to the market the it tells me the app is incompatible with the Xoom.
So my question is, what is the best way to test compatiablity on tablets and is this just something isolated to the Xoom tablets?