1

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?

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
Techwolf
  • 1,228
  • 13
  • 32

2 Answers2

3

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.

Techwolf
  • 1,228
  • 13
  • 32
  • my problem also solved with it...but i think its worst problem..blackberry and RIM should work on this problem..otherwise it make people mad – Passion Jan 21 '13 at 11:57
  • I've faced the same error while requesting debug token on terminal. I noticed that there was a debug token already locating in the specified path. Just delete and request it again. – gokhanakkurt Nov 27 '13 at 14:20
1

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

Dax
  • 6,908
  • 5
  • 23
  • 30