[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-05-01 Thread jarkman
We found the same problem this morning, and worked round it by moving the uses-sdk element to be the first child of the manifest element. Thanks, Richard On Apr 28, 6:26 pm, Raphael wrote: > Actually the element order makes a difference. > It's a bug in the current Market parser which is goin

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-28 Thread Raphael
Actually the element order makes a difference. It's a bug in the current Market parser which is going to be fixed real soon. R/ On Tue, Apr 28, 2009 at 6:54 AM, jsdf wrote: > > I was finally able to solve this, but the solution made no sense at > all. > 1.) I upgraded to the ADT 0.9 SDK 1.5 (re

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-28 Thread jsdf
I was finally able to solve this, but the solution made no sense at all. 1.) I upgraded to the ADT 0.9 SDK 1.5 (released yesterday), and used the 1.1 target within. 2.) I changed my AndroidManifest.xml to be the following. http://schemas.android.com/apk/res/android"; package="com.my.packa

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-27 Thread aleung
I was using 1.1 SDK and failed to publish. I haven't tried 1.5 SDK yet. On Apr 27, 10:25 pm, jsdf wrote: > aleung, you are correct.  It seems the line " android:name="com.google.android.maps" />" is preventing the > AndroidManifest.xml from being parsed correctly. > Unfortunately, I have Maps i

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-27 Thread jsdf
aleung, you are correct. It seems the line "" is preventing the AndroidManifest.xml from being parsed correctly. Unfortunately, I have Maps in my application and cannot simply remove this line. Were you (and others) using the 1.5 SDK package with a 1.1 target to build your application? Or were y

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-27 Thread Hw3699
unky Android Limited is registered in England & Wales with the > > > > > > > company number  6741909. The registered head office is Kemp House, > > > > > > > 152-160 City Road, London,  EC1V 2NX, UK. > > > > > > > > The views

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-27 Thread ACast
gt; > > company number  6741909. The registered head office is Kemp House, > > > > > > 152-160 City Road, London,  EC1V 2NX, UK. > > > > > > > The views expressed in this email are those of the author and not > > > > > > necessarily those o

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-27 Thread Robert Slama
I was have that same problem and I resolved it with ... its located as first element in manifest r^ 2009/4/24 Yan Shi : > > When I upload an apk update for one of my apps(Hello Yahoo), I was > told that "Market requires the minSdkVersion to be set in > AndroidManifest.xml.". So I can't do the

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-26 Thread jsdf
However, I am building with the 1.1 ADT and 1.1 target. Can anyone else who have a maps application verify that this line is still acceptable for their Manifest file in the market? Jason On Apr 26, 2:16 am, aleung wrote: > Perhaps it's because of this line: > > > The Android blog said that Goog

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-26 Thread aleung
Perhaps it's because of this line: The Android blog said that Google Maps API is a plugin in the 1.5 SDK. I'm now downloading the 1.5 SDK early look to have a try. On Apr 26, 12:05 pm, jsdf wrote: > Even with "1" this does not work. I still get "The server could not > process your apk. Try aga

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-25 Thread jsdf
Even with "1" this does not work. I still get "The server could not process your apk. Try again." I've pasted the relevant AndroidManifest.xml code below. Is there anything else that is wrong? Perhaps use of the custom Application (vs. the default Application) is throwing the XML parser for a lo

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-25 Thread Randy McEoin
The market doesn't seem to accept minSdkVersion="2". You must use "1". On Apr 25, 10:42 am, aleung wrote: > When I didn't add the "minSdkVersion", I got the error message: > Market requires theminSdkVersionto be set in AndroidManifest.xml. > > But even after I added it, there was still error:

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-25 Thread jsdf
I am also getting this error. All I did, beyond incrementing my android:versionCode by one, was add: to the XML. After that, I cannot upload any upgrade. Jason --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Androi

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-25 Thread aleung
When I didn't add the "minSdkVersion", I got the error message: Market requires the minSdkVersion to be set in AndroidManifest.xml. But even after I added it, there was still error: The server could not process your apk. Try again. I have added the as the first child of : http://schemas.androi

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-24 Thread Josh Dobbs
6741909. The registered head office is Kemp > House, > > > > > > 152-160 City Road, London, EC1V 2NX, UK. > > > > > > > > The views expressed in this email are those of the author and not > > > > > > necessarily those of Funky Android Limited

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-24 Thread s...@zooropa.com
ity Road, London,  EC1V 2NX, UK. > > > > > > The views expressed in this email are those of the author and not > > > > > necessarily those of Funky Android Limited, it's associates, or it's > > > > > subsidiaries. > > > > > >

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-24 Thread Hw3699
> > The views expressed in this email are those of the author and not > > > > necessarily those of Funky Android Limited, it's associates, or it's > > > > subsidiaries. > > > > > -Original Message- > > > > From: android-developers

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-24 Thread havexz
imited, it's associates, or it's > > > subsidiaries. > > > > -Original Message- > > > From: android-developers@googlegroups.com > > > > [mailto:android-develop...@googlegroups.com] On Behalf Of Yan Shi > > > Sent: 24 April 2009

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-24 Thread Bonifaz
This does the trick! >> You may move the >> >> to the first line, after the . --~--~-~--~~~---~--~~ 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@google

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-24 Thread yhfudev
d, it's associates, or it's > > subsidiaries. > > > -Original Message- > > From: android-developers@googlegroups.com > > > [mailto:android-develop...@googlegroups.com] On Behalf Of Yan Shi > > Sent: 24 April 2009 09:15 > > To: Android Developers &g

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-24 Thread s...@zooropa.com
p...@googlegroups.com] On Behalf Of Yan Shi > Sent: 24 April 2009 09:15 > To: Android Developers > Subject: [android-developers] Re: URGENT! Can't update apps in android > market!!! > > Anyone please? > > On Apr 24, 2:16 pm, Yan Shi wrote: > > When I upload an ap

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-24 Thread Al Sutton
l Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Yan Shi Sent: 24 April 2009 09:15 To: Android Developers Subject: [android-developers] Re: URGENT! Can't update apps in android market!!! Anyone please? On Apr 24, 2:16 pm,

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-24 Thread s...@zooropa.com
I'm having the same problem when I try to upload a new app to the market. Any help would be great. On Apr 24, 4:15 am, Yan Shi wrote: > Anyone please? > > On Apr 24, 2:16 pm, Yan Shi wrote: > > > > > When I upload an apk update for one of my apps(Hello Yahoo), I was > > told that "Market requir

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-24 Thread Yan Shi
Anyone please? On Apr 24, 2:16 pm, Yan Shi wrote: > When I upload an apk update for one of my apps(Hello Yahoo), I was > told that "Market requires the minSdkVersion to be set in > AndroidManifest.xml.". So I can't do the update! > > I already set this attribute in AndroidManifest.xml. What's wr