[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 wrote: > Hello! You probably need to use "android:minSdkVersion" rather than > "minSdkVersion". > - Dan > > On Fri, Apr 24, 2009 at 1:16 P

[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 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 wrote: > Yes it works : > as first child. > > THX !!! > > On 25 avr, 04:22, clark wrote: >

[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 : as first child. THX !!! On 25 avr, 04:22, clark wrote: > Mark, > > You're right, I was very unclear there.  I apologize as well. > > So it seems the solution so far is to put android:minSdkVersion="1" />, or whatever minSdkVersion you need, > right under > http://groups.googl

[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 , or whatever minSdkVersion you need, right under http://groups.google.com/group/android-developers/browse_frm/thread/9ccf30f7c3f20a3 Worked for me. ~clark On Apr 24, 6:29 pm, Mar

[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, 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. You

[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 andr

[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 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 I only received the error "Market

[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 wrote:

[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 wrote: > > Dear all, > since today I have the following clear message : > > Market requires the minSdkVersion to be set in AndroidManifest.xml. > > but my manifest h