Is this right? The documentation clearly says that <supports-screens> is a child of <manifest>.
Justin (Google Employee) wrote: > The issue is that your manifest file structure is incorrect. <supports- > screens> should be a child of <uses-sdk>. Does the SDK throw a compile- > time warning? We should probably throw an error here though. > > Cheers, > Justin > Android Team @ Google > > On Nov 30, 9:29 pm, "[email protected]" > <[email protected]> wrote: > >> Hi Nemat, >> >> Thanks a lot for your help! >> >> I have an app that shows up on other Android phones but don't show up >> on Android Market inTattoo. I tried following the Google >> documentation as well as HTCs >> >> http://android-developers.blogspot.com/2009/10/support-for-additional... >> http://developer.htc.com/htc_tattoo_developer.html >> >> I already have >> >> <uses-sdk android:minSdkVersion="3" >> android:targetSdkVersion="4" /> >> <supports-screens >> android:largeScreens="true" >> android:normalScreens="true" >> android:smallScreens="true" >> android:anyDensity="true" /> >> <uses-permission android:name="android.permission.INTERNET"></ >> uses- permission> >> <uses-permission >> android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses- >> permission> >> <uses-permission >> android:name="android.permission.ACCESS_NETWORK_STATE"></uses- >> permission> >> >> but still my users report that they can't see my app. It's very >> frustrating for me because I don't have aTattoophone. >> >> If you have time, could you tell me the names of a few apps that show >> up on yourTattoophone? I will download them on my own G1 phone and >> examine their AndroidManifest file, to see what their "success story" >> is. I didn't want to go down this path, but I really can't afford to >> buy every phone out there to test compatibility. >> >> Thanks! >> >> On Nov 30, 9:01 pm, Nemat <[email protected]> wrote: >> >> >> >> >>> Hi, >>> >>> I havetattoo.But I dont understand your problem.How can I help >>> you???? >>> >>> Regards >>> Nemat >>> >>> On Dec 1, 9:55 am, Dan Sherman <[email protected]> wrote: >>> >>>> Never bored, always working on new apps :) >>>> >>>> On Mon, Nov 30, 2009 at 11:36 PM, [email protected] < >>>> >>>> [email protected]> wrote: >>>> >>>>> Why is this group full of people who want to make a statement about >>>>> everything when they don't have anything to contribute? Are you really >>>>> bored? Go get a life! >>>>> >>>>> On Nov 30, 8:10 pm, Dan Sherman <[email protected]> wrote: >>>>> >>>>>> But if you're switching your development efforts, why would you need the >>>>>> names of apps? >>>>>> >>>>>> Also, blatently stating that you're planning to pirate apps might not be >>>>>> >>>>> the >>>>> >>>>>> best of ways to get help... >>>>>> >>>>>> On Mon, Nov 30, 2009 at 11:06 PM, [email protected] < >>>>>> >>>>>> [email protected]> wrote: >>>>>> >>>>>>> My app is now showing up on HTCtattoo. Many people have complained >>>>>>> about this and I don't see ANY response from Google. >>>>>>> >>>>>>> Google, you are PATHETIC! >>>>>>> >>>>>>> Could anyone who has aTattoopost the name of ONE (or preferably a >>>>>>> few :-) apps that can show up on HTCTattoo? I will pirate them and >>>>>>> copy their AndroidManifest file. >>>>>>> >>>>>>> My app uses only these 3 permissions: >>>>>>> >>>>>>> <uses-permission android:name="android.permission.INTERNET"></uses- >>>>>>> permission> >>>>>>> <uses-permission >>>>>>> android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses- >>>>>>> permission> >>>>>>> <uses-permission >>>>>>> android:name="android.permission.ACCESS_NETWORK_STATE"></uses- >>>>>>> permission> >>>>>>> >>>>>>> And I say it again, Google, you are PATHETIC! Thank you for you non- >>>>>>> existence development support! I will switch my app to dead OSes like >>>>>>> Windows Mobile and Symbian, instead of wasting my time on a pile of >>>>>>> crap like yours! >>>>>>> >>>>>>> -- >>>>>>> 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]<android-developers%2Bunsubs >>>>>>> 限[email protected]> >>>>>>> >>>>> <android-developers%2bunsubs苞[email protected]> >>>>> >>>>>>> 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 [email protected] >>>>> To unsubscribe from this group, send email to >>>>> [email protected]<android-developers%2Bunsubs >>>>> 限[email protected]> >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/android-developers?hl=en-Hidequoted text - >>>>> >>>> - Show quoted text - >>>> > > -- 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

