[android-developers] Re: The server could not process your apk. Try again.

2011-03-31 Thread sblantipodi
Is there a way to solve? Is this a temporary problem or what? I see the same problem on 2009 posts. On Mar 31, 11:04 pm, TreKing treking...@gmail.com wrote: On Thu, Mar 31, 2011 at 3:52 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: What does it means? http://tinyurl.com/6kj23bv

[android-developers] Re: The server could not process your apk. Try again.

2011-03-31 Thread sblantipodi
solved by deleting empty attributes in manifest. On Mar 31, 11:14 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Is there a way to solve? Is this a temporary problem or what? I see the same problem on 2009 posts. On Mar 31, 11:04 pm, TreKing treking...@gmail.com wrote: On Thu,

[android-developers] Re: The server could not process your apk. Try again. (again...)

2011-03-22 Thread Russell DuRoss
I had the same problem at about the same time as you. A couple of hours later it worked, so I assume it was a Market glitch. -- 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] Re: The server could not process your apk. Try again.

2010-11-16 Thread String
On Nov 16, 6:14 am, Howard M. Harte hhar...@gmail.com wrote: Make sure you don't have any empty uses-configurations tags.  I got hit by this today too, when I added some extra empty tags in my AndroidManifest.xml. Dang, that did it. Thanks! Definitely the Market error message could be more

[android-developers] Re: The server could not process your apk. Try again.

2010-11-15 Thread Howard M. Harte
Make sure you don't have any empty uses-configurations tags. I got hit by this today too, when I added some extra empty tags in my AndroidManifest.xml. Definitely the Market error message could be more helpful... On Nov 15, 8:09 pm, String sterling.ud...@googlemail.com wrote: Since this

[android-developers] Re: The server could not process your apk. Try again.

2010-06-25 Thread RichardC
Just a guess but your package name com.myapp is probably not unique. /Richard On Jun 24, 10:36 pm, DBM yrd...@gmail.com wrote: Hay guys, I have been struggling with uploading my application to android market. I keep getting the same old The server could not process your apk. Try again.. I

[android-developers] Re: The server could not process your apk. Try again.

2010-03-26 Thread Bob
I did some more investigation and it seems to be a problem with my having a uses-configuration android:name=android.permission.READ_PHONE_STATE/ at the end of my Android manifest. When I remove that the market seems to function normally. Has this permission been removed or renamed or do I need

Re: [android-developers] Re: The server could not process your apk. Try again.

2010-03-26 Thread Mark Murphy
Bob wrote: I did some more investigation and it seems to be a problem with my having a uses-configuration android:name=android.permission.READ_PHONE_STATE/ at the end of my Android manifest. When I remove that the market seems to function normally. Has this permission been removed or