Question

I'm trying to sign my Blackberry Android (ported) app for release to App World, but I can't get the tool to work. I've tried the eclipse plugin, the command line tools, and the online tool, but none will work. The eclipse plugin and command line tool just say:

Error: Server response did not contain version.

The online tool says that:

This APK was already packaged and signed, please update the APK’s version number to package again

Even though I've never successfully packaged it before. Does anyone have a solution to this problem?

Was it helpful?

Solution

Solved! It turns out that I did need to increase the version number, even though it had never successfully signed. The Blackberry signing server decided that versions 1 and 2 had already been signed (though they hadn't), so I just had to keep going until it worked.

Error: Server response did not contain version.

This error made me think that that wasn't the problem, but apparently both errors mean that the version is already in use. Just keep incrementing the version number until it works.

OTHER TIPS

Need to increase the version code, until it works. This link might be helpful

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top