DenisPashkov
DenisPashkov

Reputation: 51

Android SDK TO Adobe Air

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

Answers (1)

alebianco
alebianco

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

Related Questions