[android-developers] Re: already set uses-sdk but market won't accept

2009-05-20 Thread brian.schimmel
I had similar issues, read all that stuff about positioning it correctly in the XML, and did not work either. Then I upgraded to the newest SDK 1.5_r1 and everything worked. On 7 Mai, 06:05, anuraguni...@yahoo.com anuraguni...@yahoo.com wrote: ok i will try putting right under manifest but

[android-developers] Re: already set uses-sdk but market won't accept

2009-05-20 Thread Raphael
On Wed, May 20, 2009 at 1:37 AM, brian.schimmel brian.schim...@googlemail.com wrote: I had similar issues, read all that stuff about positioning it correctly in the XML, and did not work either. Then I upgraded to the newest SDK 1.5_r1 and everything worked. The market bug about the

[android-developers] Re: already set uses-sdk but market won't accept

2009-05-06 Thread Mariano Kamp
You need to put it in the right place. More info here: http://lmgtfy.com/?q=minSdkVersion On Wed, May 6, 2009 at 2:31 PM, anuraguni...@yahoo.com anuraguni...@yahoo.com wrote: i have already set minSdkVersion in my manifest xml. here is the appt dump E: manifest (line=2) A:

[android-developers] Re: already set uses-sdk but market won't accept

2009-05-06 Thread anuraguni...@yahoo.com
ok i will try putting right under manifest but that is non-sense, why should order of nodes matter in manifest and official doc doesn't say anything abt it? Any one from android-dev listening?? On May 7, 2:36 am, Mariano Kamp mariano.k...@gmail.com wrote: You need to put it in the right place.