Re: [android-developers] Re: App not visable on a 1.5 device

2010-03-29 Thread Yorgos X
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 puranik.namr...@gmail.com wrote: Following works for me try with removing android:targetSdkVersion=4 uses-sdk android:minSdkVersion=3/ -- Namrata On Feb 24, 4:51

Re: [android-developers] Re: App not visable on a 1.5 device

2010-03-29 Thread Yuvi
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

[android-developers] Re: App not visable on a 1.5 device

2010-02-24 Thread abowman
Search brought up no results for me. Do you have copy protection turned on? On Feb 24, 6:51 am, rackham dorian.cus...@googlemail.com 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

[android-developers] Re: App not visable on a 1.5 device

2010-02-24 Thread Namrata
Following works for me try with removing android:targetSdkVersion=4 uses-sdk android:minSdkVersion=3/ -- Namrata On Feb 24, 4:51 pm, rackham dorian.cus...@googlemail.com 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