質問

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