android market "Upload an .apk file" keeps failing, when trying to replace current apk

I have a draft apk, unpublished, up on the android market store and I've recently made a some fixes and minor enhancements. Every time, I try to 'replace' the current version, I get a terse message of "The server could not process your apk. Try again." towards the very end of download process.

At first, I thought it might be flaky internet connections or such. But now, I'm suspecting it may be something is wrong in my apk file.

I have the exact same manifest file, used the same build and sign process. File is just under 6MBs. I've tried doing this using both chrome and firefox.

Suggestions?

Upvotes: 1

Views: 3207

Answers (2)

Simon
Simon

Reputation: 463

It seems replacing an unpublished apk is still broken. Removing and then uploading the apk works, but in the process it also removes in-app products associated with the application and you have to create them all over again each time. Not cool when you're doing all this to understand and test in-app billing (and you don't want to trust Google's in-app billing documentation as far as I know).

Upvotes: 0

nhaarman
nhaarman

Reputation: 100388

I had the same problem last week. Just waited a few hours, and tried again.

Upvotes: 1

Related Questions