I have developed application for BlackBerry OS 5 and now I want to port it to BB OS 6

While porting app, I am facing following issue --

I have added separate org.json.me package in OS 5 which is inbuilt in OS 6

When I add BB OS 6 library instead of OS 5 in the app it gives me error

Please suggest possible solution to run same app on both platforms

有帮助吗?

解决方案 2

I have got answer to my question

I used BlackBerry OS 5 library to compile my application which is running excellent in OS 6 device also

其他提示

You can rename the package name of your json package to com.yourcompany.json instead of leaving it as org.json.me. This is a simple solution to your problem, there might be better solutions as well.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top