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

Can anyone help me out?

link|improve this question
Can you give us more details? If you visit your apps page online link, 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 stackoverflow.com/questions/7761354/… – Ovidiu Jdira Oct 25 '11 at 13:23
feedback

1 Answer

<supports-screens
        android:anyDensity="true"
        android:largeScreens="true"
        android:normalScreens="true"
        android:smallScreens="false"
        android:xlargeScreens="true" />
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.