Hi guys,

  I have tried a while ago to use these values to be able to have 2
different builds to cover all resolutions on Android Market:
<supports-screens
 android:smallScreens="false"
 android:normalScreens="true"
 android:largeScreens="true"
 android:anyDensity="true"
/>
  Unfortunately it did not worked.
  Although it is recommended to have one big application for all
resolutions sometime it is not possible due to some time and resources
constraints. The goal is to have 2 different applications Game and
Game HD on the market and Game to be visible only for 240x320/320x480
devices and Game HD to be visible for 480x800 devices.
  Is there a way to solve this?

Thanks in advance,
  Cristi

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to