01-14-2011 01:46 AM
"one thing I love it's the debugger speed"
Tell me your secret, its even worse than the previous version for me. I'm running WIndows Vista 64 on a quad core processor with 6Gb and it took 30 seconds to step over one line of code, and thats the one time it worked. Lots of weird and wonderful "wait" conditions and "event lock" issues.
And anyone else have problems getting the simulator to run? I've tried to test an app on OS6.0 with limited success. I can get it to run once, but the next time I try the simulator hangs.
Are there log files somewhere I could check?
The other issue I have is with installing the signing keys. I seem to recall I had to copy files around last time I updated, but I can't remember exactly what I did ![]()
Back to the previous version I'm afraid. Along with the slow but steady debugger.
The worst of it is I spent two hours today having to listen to a friend describe his joy at developing for Android. He claims his development workflow is considerably faster than with BlackBerry.
01-14-2011 02:08 AM
there are also some issues with 1.3.1 on OSX
http://supportforums.blackberry.com/t5/Java-Develo
so at the moment I couldn't do my work with SDK 5.0 + 1.3.1 on OSX
I like that 1.3.1 now is using Helios (Eclipse 3.6), better debugger-speed and new BB perspective.
But the development-cycle on OSX is very slow, because debugging is only available on the device and if you're developing complex Apps with some Libraries and you always have to sign the code before you can debug on the device this slows really down. or is there a hidden switch to avoid signing for debugging on device ?
ekke
01-14-2011 04:08 AM
01-14-2011 04:37 AM
pfiffi78 wrote:
A work around is:
Download the full installer: runit (it's just an unzip in the end). Then install your version of Eclipse 3.6 (I prefer the JEE version) and then just copy everything with net.rim.* (folders and JARs) from the features and plugins folder of the installed Eclipse version into your own 3.6 Eclipse.
Then install all other component packs (4.5 to 5.0) via the update site.
Then you can delete the Eclipse version from the installer.
Job done.
I tried this but it did not work.
- installed helios (some time ago...)
- installed the full plugin installer
- copied all mentioned folders
-> still no blackberry options
it is working when i use the full installer version, but installing all the other plugins again?
in addition there is a strange error:
cvc-attribute.3: The value '4' of attribute 'Version' on element 'General' is not valid with respect to its type, 'VersionType'. BlackBerry_App_Descriptor.xml
Am i not allowed to have a version number any more?
I hope the plugin will be available via the update site soon, until then i will stay with 3.5
01-14-2011 04:43 AM
simon_hain wrote:
in addition there is a strange error:cvc-attribute.3: The value '4' of attribute 'Version' on element 'General' is not valid with respect to its type, 'VersionType'. BlackBerry_App_Descriptor.xml
Am i not allowed to have a version number any more?
ok, i am only allowed to use a version number in the format ab.cd.de (or a.b.c etc, up to two digits seperated by up to two points).
what is this, a joke?
if i want the version number 1.0.99: works. 1.0.100: doesn't work.
01-14-2011 09:20 AM
I tried this but it did not work. - installed helios (some time ago...) - installed the full plugin installer - copied all mentioned folders -> still no blackberry options
Simon, you also need to copy the net.rim.* JAR files in the plugins folder and not just the folders.
01-14-2011 09:27 AM
01-14-2011 09:28 AM
01-14-2011 09:45 AM - edited 01-14-2011 09:47 AM
@simon: I can confirm the version issues. Your little test case works as you describe. It won't take more then 2 digits for a version number.
As for the copying of folders (maybe this is why my debugger is going quick as well):
Hopefully that helps.
P.S. Where the emoticon is should be ':' and 'P'
01-14-2011 11:45 AM
rcmaniac25 wrote:
...
Hopefully that helps.
I doublechecked the presence of all files and folders mentioned.
still no luck on my manual helios install.