[android-developers] Re: Can't upload my app in the market ! Market requires the minSdkVersion to be set in AndroidManifest.xml.

2009-04-27 Thread Julian Q
I tried android:minSdkVersion=2 inside uses-sdk, doesn't work also tried put it as attribute of manifest, doesn't work too On 4月25日, 上午8时33分, Dan Morrill morri...@google.com wrote: Hello! You probably need to use android:minSdkVersion rather than minSdkVersion. - Dan On Fri, Apr 24, 2009

[android-developers] Re: Can't upload my app in the market ! Market requires the minSdkVersion to be set in AndroidManifest.xml.

2009-04-25 Thread Huebi
which is nice because even the new (I know, it is a pre-release, but stull) Eclipse plugin does not put this as the first line... Thanks for those who fought until it worked :) On 25 Apr., 07:30, 6real xirgon...@gmail.com wrote: Yes it works : uses-sdk android:minSdkVersion=2 / as first

[android-developers] Re: Can't upload my app in the market ! Market requires the minSdkVersion to be set in AndroidManifest.xml.

2009-04-24 Thread Dan Morrill
Hello! You probably need to use android:minSdkVersion rather than minSdkVersion. - Dan On Fri, Apr 24, 2009 at 1:16 PM, 6real xirgon...@gmail.com wrote: Dear all, since today I have the following clear message : Market requires the minSdkVersion to be set in AndroidManifest.xml. but my

[android-developers] Re: Can't upload my app in the market ! Market requires the minSdkVersion to be set in AndroidManifest.xml.

2009-04-24 Thread clark
Looks like us application developers have been left in the dark again. It would be great if someone from google could fill us in as to this change and any others that may affect our applications and the distribution of those apps on the market. Regards, ~Clark On Apr 24, 1:16 pm, 6real

[android-developers] Re: Can't upload my app in the market ! Market requires the minSdkVersion to be set in AndroidManifest.xml.

2009-04-24 Thread clark
Hi Dan, I added uses-sdk android:minSdkVersion=1 / to my manifest and attempting to upload my application to the market I received the following error message: Market requires the minSdkVersion to be set in AndroidManifest.xml. The server could not process your apk. Try again. Before using

[android-developers] Re: Can't upload my app in the market ! Market requires the minSdkVersion to be set in AndroidManifest.xml.

2009-04-24 Thread Mark Murphy
clark wrote: Looks like us application developers have been left in the dark again. android:minSdkVersion was documented a while back, with the release of 1.1r1. http://developer.android.com/sdk/android-1.1.html#overview What wasn't mentioned there was any Android Market dependency on

[android-developers] Re: Can't upload my app in the market ! Market requires the minSdkVersion to be set in AndroidManifest.xml.

2009-04-24 Thread clark
Mark, My comment about being kept in the dark was regarding not being told of the market dependency. I was well aware of that setting and that it was suppose to be optional, but looks like the optional part went out the door along with not being able to directly turn GPS on and off anymore.

[android-developers] Re: Can't upload my app in the market ! Market requires the minSdkVersion to be set in AndroidManifest.xml.

2009-04-24 Thread Mark Murphy
clark wrote: My comment about being kept in the dark was regarding not being told of the market dependency. I was well aware of that setting and that it was suppose to be optional, but looks like the optional part went out the door along with not being able to directly turn GPS on and off

[android-developers] Re: Can't upload my app in the market ! Market requires the minSdkVersion to be set in AndroidManifest.xml.

2009-04-24 Thread clark
Mark, You're right, I was very unclear there. I apologize as well. So it seems the solution so far is to put uses-sdk android:minSdkVersion=1 /, or whatever minSdkVersion you need, right under manifest http://groups.google.com/group/android-developers/browse_frm/thread/9ccf30f7c3f20a3 Worked

[android-developers] Re: Can't upload my app in the market ! Market requires the minSdkVersion to be set in AndroidManifest.xml.

2009-04-24 Thread 6real
Yes it works : uses-sdk android:minSdkVersion=2 / as first manifest child. THX !!! On 25 avr, 04:22, clark clarkd...@gmail.com wrote: Mark, You're right, I was very unclear there.  I apologize as well. So it seems the solution so far is to put uses-sdk android:minSdkVersion=1 /, or