Reputation: 51
We have Some native android SDK libraries , now we need to use them in Adobe Air (android) app with Flash Builder, Is that possible to somehow integrate them and use them inside FlashBuilder project with ActionScript ?
Upvotes: 0
Views: 166
Reputation: 2555
You can use an Air Native Extension to do that. The ANE framework gives you a bridge that lets you interface your Actionscript code with native libraries, your Android jar library in this case.
Once you successfully built the extension you can use it as any other swc library in FlashBuilder or other IDE.
Upvotes: 1