09-29-2011 11:29 AM
Hi, I have a really essential question about SDKs and OSs.
Is it possible to create application for OS 5 with the SDK 6.
I think it isn't possible with SDK 7 because it's based on qnx systems, isn't it?
But how can I find out whats the right SDK version. Is the SDK version corresponding to the OS major version? Can I run my SDK 5 applications on OS 7/qnx?
regards
Levi
10-02-2011 10:51 PM
BlackBerry OS is forwards compatible. This means if it works on an older OS, it will work on a newer OS.
So an app built with 5.0 will work on 5.0, 6.0 and 7.0. An app built with 7.0 will only work on 7.0 (right now).
You cannot make an app with 6.0 and have it run on 5.0, even if you only use 5.0 classes.
Also, 7.0 is not QNX based.
05-28-2012 02:16 AM
05-28-2012 02:33 AM
05-28-2012 03:22 AM
What class is this for?
05-28-2012 04:43 AM
05-28-2012 06:00 AM
Not used this SDK myself, but do you have to include it in the build you put n device. I don't think it is there by default. Check the SDK documentation.
05-28-2012 06:08 AM
05-28-2012 03:26 PM
Similar question here you might like to keep awatch on:
05-29-2012 05:04 AM - edited 05-29-2012 05:05 AM
Hi vjkmr,
Can you please explain how you installed applciation on device?
Problem you faced its seems to happen when you used third party jar file in application but not installed it with aplicaton in device.
Please search about UpdateJad tool to merge multiple code file.
Thanks