I use: <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="3" />
In Eclipse, the target android version is set to Android 1.6 (so that you can use the tag <supports-screens>), but in the code itself you shouldn't use any > 1.5 API calls... On Mon, Mar 29, 2010 at 8:15 PM, Yorgos X <[email protected]> wrote: > i am having the same problem, did you eventually figure out the cause of > it? cheers! > > > On Wed, Feb 24, 2010 at 3:20 PM, Namrata <[email protected]>wrote: > >> Following works for me try with removing android:targetSdkVersion="4" >> >> <uses-sdk android:minSdkVersion="3"/> >> >> -- >> Namrata >> >> On Feb 24, 4:51 pm, rackham <[email protected]> wrote: >> > Hello all. >> > >> > I have recieved feedback that my app is not visible to a user on a 1.5 >> > device, 30% of my users use 1.5 according to my analytics, and the >> > relavent line in my manifest is as below >> > >> > <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4" /> >> > >> > the app is free so i cant see any paid market location issues being >> > the cause. Is there any other reason this user would not be able to >> > see my app? >> > >> > If anyone out there has a 1.5 device they can check this on i would be >> > much appreciated, >> > >> > the app is called Goigo >> > >> > thanks for any help >> > >> > Dori >> >> -- >> 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%[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%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > > To unsubscribe from this group, send email to android-developers+ > unsubscribegooglegroups.com or reply to this email with the words "REMOVE > ME" as the subject. > -- YuviDroid http://android.yuvalsharon.net -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

