10-27-2009 07:19 AM - edited 10-27-2009 07:21 AM
Hi there!
I looked everywhere (OK perhaps not everywhere
) but I cant find how to set the application version, so that it is shown in the Application Loader and the manager on the phone.
Eclipse -> Project Properties seems to work, but the version I wrote in is not shown anywhere.
Can you help me?
Solved! Go to Solution.
10-27-2009 07:45 AM
It's in the *.ALX file. Just open it with notepad (or similiar) and you should find something like:
<version >
2.0.2
</version>
Just put your current versionnumber there!
10-27-2009 05:47 PM
Yes, it's in the .alx file, but eclipse is supposed to put it there. In general you shouldn't have to edit generated files.
You seem to be saying " Project -> Properties-> BlackBerry Project Properties -> General tab -> Version field" is not working. That seems odd to me, seems like it ought to be right. But I can't say one way or the other, because I don't use it.
I use "Window -> Preference -> BlackBerry JDE -> BlackBerry Workspace -> General tab -> Project Version Override field". That works fine. If you do that, the version field in the Project Properties dialog gets filled in with the version number and grayed out so you can't change it.