01-14-2013 11:41 AM - edited 01-14-2013 11:50 AM
I installed the BB10 sdk, but I am doing a playbook SDK build, and in the build I'm getting lots of new warnings about system libraries after the IDE was updated:
Asset requires dependency "libfreetype.so.1" to be included in the BAR package. Asset requires dependency "libGLESv2.so.1" to be included in the BAR package. Asset requires dependency "libm.so.2" to be included in the BAR package.
All these libs should be linked at runtime, what does it mean 'include in the BAR package' ?
Thanks
Solved! Go to Solution.
01-14-2013 12:12 PM
That should be warning not errors. You don't have to include these libraries in your .bar file they are present on PlayBook and will be dinamically used by your app.
01-14-2013 12:18 PM