02-15-2013 01:03 PM
Hi,
Could someone please explain the meaning of this message when I try to upload my bar to BBW.
Invalid signature file digest for Manifest main attributes System.exit calls not allowed!
I have been able to release my Android app many times to BBW. There have not been any changes in my manifest (except for incrementing the version number) for this release, and only some data changes and code changes in this current release. And there is no occurrance of System.exit calls in my code.
I have a free version of the same app whose only difference is the name (manifest is identical except for name) and that did not have any issues uploading the bar file.
My signing was done in Eclipse and no errors were reported
Please help.
jb
02-15-2013 03:05 PM
02-15-2013 03:49 PM
When I had a signature problem, I did the following:
- close eclipse
- manually delete the dist directory
- reopen the project
- increment the versionCode (not the version number / versionName)
- clean and rebuild
- sign and submit
I hope it helps.
BR,
Imre
02-15-2013 07:05 PM
Hi,
I tried the suggestion of exiting Eclipse, and deleting the 'dist' directory and going back into eclipse and building a clean build and signing the bar.
It still failed 3 times.
So I tried using the Blackberry Web interface Runtime for Android apps. Surprisingly it worked and I was able to upload my bar.
Glad it worked but confused as to why.
jb
02-16-2013 08:12 AM
02-16-2013 08:56 AM
Good idea. I'll try reinstalling the plug-in. I'd prefer using Eclipse.
Thanks.