08-16-2012 12:34 AM
Hi,
In the sdk archive there are different jars with the same name for the different bb OS versions.
My question is - can I import both jars in the eclipse project safely? I don't want to have to make two separate builds just because of the ads library.
button to give kudos if I helped you 08-21-2012 12:40 PM
Including 2 libs in your project will cause conflicts as both include the same classes. You may need to look into performing some build scripts to pick the lib to compile at build time or swap the libs used at build time manually.