03-07-2012 10:02 PM
I am using BlackBerry Android runtime eclipse plugin to code sign my application. It is successful first time, later I changed some code and code sign it again and get error
Error: Code signing request failed because this file has been previously signed. <MyApp>.bar /<MyWorkspace>/dist/Android 2.3.1 <MyWorkspace>\<MyApp>.bar BlackBerry Previously Signed
Then I read some post in this forum and find some version number in <MyApp>.xml need to be increased to solve my error, but I cannot find such a file and the version number in the eclipse project. It would be appreciate if someone can tell me how to increase version number in a project created by BlackBerry Android runtime eclipse plugin.
Solved! Go to Solution.
03-07-2012 10:51 PM
You need to edit the AndroidManifest.xml file that you'll find in the root of the project in Eclipse.
Just increase the versionCode parameter by 1.
http://developer.android.com/guide/publishing/vers