1

I have an Android application with android:minSdkVersion="7", but on the Market is not visible for Motorola Xoom.

Can anyone help me out?

slayton
  • 20,123
  • 10
  • 60
  • 89
  • Can you give us more details? If you visit your apps page online [link](http://market.android.com), does it let you install from there? What does it say? Did you publish it using "Copy Protection"? Are you using a custom ROM? – Joe Oct 12 '11 at 14:10
  • We can't help you with seeing your AndroidManifest.xml file, can you post it? – slayton Oct 12 '11 at 14:17
  • I found solution here http://stackoverflow.com/questions/7761354/application-not-installable-on-motorola-xoom-from-android-marketplace – Ovidiu Jdira Oct 25 '11 at 13:23

1 Answers1

0
<supports-screens
        android:anyDensity="true"
        android:largeScreens="true"
        android:normalScreens="true"
        android:smallScreens="false"
        android:xlargeScreens="true" />
reznic
  • 672
  • 6
  • 9