Blackberry OS version
问题 If I develop Blackberry application for OS version 6.0, will the application be compatible with OS version 4.5? If not, is there some way to port the application easily? 回答1: If you develop against a specific SDK (eg 6.0) your application will only be deployable to devices that use the matching OS version (6.0 in this case). In order to develop applications that specifically target different OS versions, you must build separate deployable binaries for each version. Alternatively, you can