Actually we first used:

 <uses-sdk android:minSdkVersion="3"
           android:targetSdkVersion="4" />

But that didnt work either :(
We tried to manually install the app on a real Tattoo device, and it worked
prefectly. But the app cannot be found on the market from that same device?
What to do? :)
If I understand correctly, the market only looks at the manifest to
determine if the app is visible or not?


On Fri, Nov 13, 2009 at 10:17 AM, String <sterling.ud...@googlemail.com>wrote:

> I'd add a targetSdkVersion attribute with the highest level you've
> actually tested against, like this:
>
>  <uses-sdk android:minSdkVersion="3"
>             android:targetSdkVersion="5" />
>
> In my experience, the lack of that attribute caused higher-SDK
> emulator images to be reluctant to run the app, so I could imagine
> that it might cause issues on real hardware as well. Doesn't entirely
> make sense, as SDK 4 (Donut/1.6) is now widespread on other handsets -
> which I'm assuming can see your app - but it doesn't hurt.
>
> String
>
> On Nov 13, 8:31 am, Klaus Kartou <kar...@gmail.com> wrote:
> > Hi!
> >
> > How's your uses-sdk part of manifest looks like ?
> >
> > It looks like this:
> >
> > <uses-sdk android:minSdkVersion="3"/>
> > <supports-screens
> > android:smallScreens="true"
> > android:normalScreens="true"
> > android:largeScreens="true"
> > android:anyDensity="true"
> > />
> >
> > On Fri, Nov 13, 2009 at 5:47 AM, SoftwareForMe.com SoftwareForMe.com <
> >
> >
> >
> > softwareforme....@gmail.com> wrote:
> > > As if it's not enough to have to manage the manifest, but HTC has a bit
> of
> > > a habit of releasing phones that cannot see some apps. Examples include
> the
> > > HTC Hero when it was released in Europe, and the HTC Eris recently
> released
> > > in the USA.
> >
> > > I'd like to know if those phones you mention can see our app
> (PhoneMyPC) as
> > > well. Anybody have an idea how to check that?
> >
> > > Scott
> > > SoftwareForMe.com
> > > Makers of PhoneMyPC
> >
> > > On Thu, Nov 12, 2009 at 2:45 PM, Alexey Volovoy <avolo...@gmail.com
> >wrote:
> >
> > >> How's your uses-sdk part of manifest looks like ?
> >
> > >> On Nov 12, 4:29 pm, Klaus Kartou <kar...@gmail.com> wrote:
> > >> > Can anyone enlighten me? :)
> > >> > It looks like our app doesnt show up on the market on HTC Tattoo.
> What
> > >> else
> > >> > should we specify in the manifest?
> >
> > >> > On Thu, Nov 12, 2009 at 4:01 PM, Klaus Kartou <kar...@gmail.com>
> wrote:
> > >> > > Hi!
> >
> > >> > > We have uploaded a new version of our app where we added the
> following
> > >> to
> > >> > > the manifest:
> >
> > >> > > <supports-screens
> > >> > > android:smallScreens="true"
> > >> > >  android:normalScreens="true"
> > >> > > android:largeScreens="true"
> > >> > >  android:anyDensity="true"
> > >> > > />
> >
> > >> > > However, we are receiving complaints that users cannot find the
> app on
> > >> the
> > >> > > market using their HTC Tattoo and HTC Dragon phones. Any ideas
> what we
> > >> are
> > >> > > doing wrong, and is there a way for the developers to test if the
> app
> > >> is
> > >> > > visible on the market?
> >
> > >> > > Cheers!
> >
> > >> --
> > >> 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<android-developers%2bunsubscr...@googlegroups.com><android-developers%2Bunsubs
> cr...@googlegroups.com>
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/android-developers?hl=en
> >
> > > --
> > > Warm regards,
> > > The PhoneMyPC Team
> >
> > > --
> > > 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<android-developers%2bunsubscr...@googlegroups.com><android-developers%2Bunsubs
> cr...@googlegroups.com>
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en
>
> --
> 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<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

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