[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 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 manifest has the line :
  uses-sdk minSdkVersion=2 /

  and I also tried even  uses-sdk minsdkversion=2 /...

  I try to put this line :
  as the first child of manifest, as the last child and also right after
  application..

  Can you please help me ? Is there a hidden rule I don't know ...

  Thanks

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 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 whatever minSdkVersion you need,
  right under 
  manifesthttp://groups.google.com/group/android-developers/browse_frm/thread/9...

  Worked for me.

  ~clark

  On Apr 24, 6:29 pm, Mark Murphy mmur...@commonsware.com wrote:

   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
anymore.

   That wasn't clear from your original message. I apologize for my 
   confusion.

   --
   Mark Murphy (a Commons 
   Guy)http://commonsware.com|http://twitter.com/commonsguy

   Android App Developer Books:http://commonsware.com/books.html
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 manifest has the line :
 uses-sdk minSdkVersion=2 /

 and I also tried even  uses-sdk minsdkversion=2 /...

 I try to put this line :
 as the first child of manifest, as the last child and also right after
 application..

 Can you please help me ? Is there a hidden rule I don't know ...

 Thanks
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 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 manifest has the line :
 uses-sdk minSdkVersion=2 /

 and I also tried even  uses-sdk minsdkversion=2 /...

 I try to put this line :
 as the first child of manifest, as the last child and also right after
 application..

 Can you please help me ? Is there a hidden rule I don't know ...

 Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 uses-sdk android:minSdkVersion=1 / I only received
the error Market requires the minSdkVersion to be set in
AndroidManifest.xml. but now I get the additional line that said it
could not process my apk.


Anyone have a cause and/or solution for this?


regards,
~clark

On Apr 24, 5:33 pm, Dan Morrill morri...@google.com wrote:
 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 manifest has the line :
  uses-sdk minSdkVersion=2 /

  and I also tried even  uses-sdk minsdkversion=2 /...

  I try to put this line :
  as the first child of manifest, as the last child and also right after
  application..

  Can you please help me ? Is there a hidden rule I don't know ...

  Thanks


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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:minSdkVersion, but given the error message, it should have been
fairly straightforward to fix.

Also, the documentation indicates android:minSdkVersion is optional,
which may be true overall, but if the Android Market has a dependency on
it, it really should get mentioned.

I've filed an issue on the documentation gap:

http://code.google.com/p/android/issues/detail?id=2511

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 are right that it is fairly easy to add that information to my
manifest and it should have worked, but guess what???  C'mon just take
a guess.

The issue at this point, is that even with having uses-sdk
android:minSdkVersion=1 / in the AndroidManifest.xml, I received
the same errors from the market.



~clark

On Apr 24, 6:17 pm, Mark Murphy mmur...@commonsware.com wrote:
 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:minSdkVersion, but given the error message, it should have been
 fairly straightforward to fix.

 Also, the documentation indicates android:minSdkVersion is optional,
 which may be true overall, but if the Android Market has a dependency on
 it, it really should get mentioned.

 I've filed an issue on the documentation gap:

 http://code.google.com/p/android/issues/detail?id=2511

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://twitter.com/commonsguy

 Android App Developer Books:http://commonsware.com/books.html
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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
 anymore.

That wasn't clear from your original message. I apologize for my confusion.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 for me.


~clark


On Apr 24, 6:29 pm, Mark Murphy mmur...@commonsware.com wrote:
 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
  anymore.

 That wasn't clear from your original message. I apologize for my confusion.

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://twitter.com/commonsguy

 Android App Developer Books:http://commonsware.com/books.html
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 whatever minSdkVersion you need,
 right under 
 manifesthttp://groups.google.com/group/android-developers/browse_frm/thread/9...

 Worked for me.

 ~clark

 On Apr 24, 6:29 pm, Mark Murphy mmur...@commonsware.com wrote:

  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
   anymore.

  That wasn't clear from your original message. I apologize for my confusion.

  --
  Mark Murphy (a Commons 
  Guy)http://commonsware.com|http://twitter.com/commonsguy

  Android App Developer Books:http://commonsware.com/books.html
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---