Hi, I'm having the same issue. Is it needed any additional configuration? thanks in advance, Pablo
On 7 ene, 13:25, Mark Wyszomierski <[email protected]> wrote: > Hi, > > I'm trying to verify this - my app has the following in its manifest: > > <supports-screens > android:smallScreens="true" > android:normalScreens="true" > android:largeScreens="true" > android:anyDensity="true" > /> > > <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="5" /> > <uses-feature android:name="android.hardware.camera" /> > > but it still does not appear fortattoo. Is there something else we > need to add? It does have a camera, right? > > Thanks > > On Dec 30 2009, 11:15 am, Sena Gbeckor-Kove <[email protected]> wrote: > > > Hi, > > > It does indeed only show apps which are compatible with the device. > > > S > > On 30 Dec 2009, at 17:13, croco wrote: > > > > moneytoo thanks, > > > > You exactly answered what i want to know!! because android would have > > > been the first software to not ensure ascending compatibility if i had > > > to have to build ;) > > > > I just hope is the unique reason why it does not appear ontattoo. > > > Saying that just because i would be surprised that the market search > > > done by users check on the fly only the apk compatible with device. If > > > it is able to do that on the fly WoW !!!! this is the god OS. > > > > Thank you. > > > > Croco > > > > On Dec 30, 12:40 pm, moneytoo <[email protected]> wrote: > > >> Just build your app using 1.6 SDK and add the supports-screens tag. > > >> Your app will be visible on devices 1.5 and later if you use <uses-sdk > > >> android:minSdkVersion="3" /> and will work as long you don't use 1.6 > > >> specific API. > > > >> On Dec 30, 12:23 pm, croco <[email protected]> wrote: > > > >>> Thank you Sena for your hint, > > > >>> i developped my app on version 3 <uses-sdk android:minSdkVersion="3" / > > > >>> the <supports-screens android:smallScreens="true" > > >>> android:normalScreens="true" android:largeScreens="true" > > >>> android:anyDensity="true" /> > > > >>> is for 1.6 + sdk .... > > > >>> Does it mean a 1.5 based APK is not visible on market for low density > > >>> device? > > > >>> If the device are 1.6 + android based no problem i will update the APK > > >>> sdk but if some remain on 1.5 does it mean i need to version of my app > > >>> which i think it is impossible for package name rule on Android > > >>> Market. > > > >>> Thank you. > > > >>> Croco > > > >>> On Dec 30, 10:54 am, Sena Gbeckor-Kove <[email protected]> wrote: > > > >>>> Thetattoohas a low density screen if I remember correctly. Your > > >>>> application would have to support low density screens explicitly for > > >>>> it to show up in the market. > > > >>>> Regards > > >>>> S > > > >>>> On 30 Dec 2009, at 10:38, croco wrote: > > > >>>>> Hi all, > > > >>>>> I'm reporting byTattoousers than my game World of Bombs author > > >>>>> zeugame is not available onTattoo+ Android Market 1.6? > > > >>>>> I really don't have idea what's wrong with this configuration? > > > >>>>> Personally i'veHTCmagic + Android Market 1.6 and it rocks like for > > >>>>> severals thousands registered account on the game. > > > >>>>> If some otherTattoousers could confirm please? And over all why it > > >>>>> is not visible in the market and how to solve this? Need to contact > > >>>>> Google? > > > >>>>> Thank you for your help. > > > >>>>> Best Regards > > > >>>>> Croco > > > >>>>> -- > > >>>>> 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 > > > >>>> --- > > > >>>> Sena Gbeckor-Kove > > >>>> CTO/Founder - imKon > > > >>>> UK : +44 7788 146652 > > >>>> NL : +31 62 434 1290 > > >>>> [email protected] | www.imkon.com > > > >>>> Asia (Singapore) : > > >>>> 35 Selegie Road, #09-14/15 Parklane Shopping Mall, 188307 Singapore, > > >>>> Singapore > > > >>>> Europe (London) : > > >>>> 145-157 St John's St, EC1V 4PY London, UK > > > >>>> smime.p7s > > >>>> 3KViewDownload > > > > -- > > > 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 > > > --- > > > Sena Gbeckor-Kove > > CTO/Founder - imKon > > > UK : +44 7788 146652 > > NL : +31 62 434 1290 > > [email protected] | www.imkon.com > > > Asia (Singapore) : > > 35 Selegie Road, #09-14/15 Parklane Shopping Mall, 188307 Singapore, > > Singapore > > > Europe (London) : > > 145-157 St John's St, EC1V 4PY London, UK > > > smime.p7s > > 3KViewDownload -- 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

