08-23-2012 04:42 PM
My app for Blackberry Playbook is based on another app (Android) which is a library.
Since I've added native code in this library app, the ported app for Playbook doesn't package correctly (
net.rim.ajde code=0 Packaging project is skipped because it has verification errors null) also if I effectively don't use the class in which native code is used.
I know that native code isn't supported, but the only way to package it correctly is doing another library without native code? (it would be the worse case for maintaining both projects)
Thanks
08-24-2012 12:23 AM
maybe you class cannot load in your project so packaging project is skipped
08-25-2012 04:46 AM
There is anyone with the same problem? Do you have to create a separate library without native code in it? Or there is a way to exclude the class in which native code is used?