On Wed, May 23, 2012 at 03:37:30AM -0700, RAJESH RAJARAM wrote:

> 
> Recently i posted my android application in the android market place
> when i search my application in the smartphone its showing the app and
> downloadable but when i search it in the Tablet its not showing. when
> i try to download it the PC it saying that its not compatible with
> your device.

> Here is my manifest Code:

>     <supports-screens
>         android:anyDensity="true"
>         android:largeScreens="true"
>         android:normalScreens="true"
>         android:resizeable="true"
>         android:smallScreens="true" />

It's not supporting your tablet because that falls under
android:xlargeScreens="true".  For more information, go to the main page
on the developer's guide, scroll down in the set of topics on the left,
and click on the arrow beside "The AndroidManifest.xml File" and scroll
down to "<supports-screens>".  Go to that page and you'll find a lot more
information.  I didn't know this until just now, but apparently, the
default value for that varies, so it's probably a good idea to ALWAYS
set that one way or the other.

Later,
   --jim

-- 
THE SCORE:  ME:  2  CANCER:  0
73 DE N5IAL (/4)        | Tux (E Cat):  DS B+Wd Y 6 Y L+++ W+ C++/C++ I+++
[email protected]    | T++ A E H+ S V- F++ Q+++ P/P+ B++ PA+ PL SC---
< Running FreeBSD 7.0 > | 
ICBM / Hurricane:       | Tiggerbelle:  DS W+S+Bts % 1.5 X L W C+++/C+
   30.44406N 86.59909W  | I+++  T A E++ H S++ V+++ Q+++ P  B++ PA++ PL+ SC

Android Apps Listing at http://www.jstrack.org/barcodes.html

-- 
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

Reply via email to