java - Get net_rim_os not found warning when debugging -


whenever try debug app developing blackberry 8xxx something, within eclipse, warning net_rim_os not found. have click away modal, , same.

i assume because have 6.x development environment installed, phone 4.5.

the program works on phone though, long stay away api not existing on phone.

how can make warning never appear, or better, install missing symbols or whatever eclipse complaining about. it's eclipse provided rim using.

the debugger looking .debug files support symbolic debugging. isn't problem on simulator because delivered .debug files match os. physical device faced issue os version used on hardware rarely, if ever, matches version of os .debug files available.

you better off compiling sdk version less or equal version of os running on hardware. if testing coverage less complete may end delivering program hidden api incompatability. best practice compile programs each version of os supporting.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -