Just had to read the information on SDK online. In case someone else runs in
to this issue, you need to have the following in AndroidManifest.xml from
http://developer.android.com/guide/topics/manifest/supports-screens-element.html
<supports-screens
android:resizeable="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:anyDensity="true">
</supports-screens>
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en