Question

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

Was it helpful?

Solution 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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top