distriqt / ANE-CustomResources

Android Custom Resources for AIR Applications
https://airnativeextensions.com
15 stars 4 forks source link

Adding DEX file #43

Closed shaymolho closed 11 months ago

shaymolho commented 4 years ago

Hi @marchbold , I'm not sure this is the place, but i'll try anyway.

We're trying to add another DEX file to our build. We need to do it as part integration facebook network to our IronSource integration:

If you'll see, on step 8, we need to download and add a DEX file to the build, but there's no valid explanation of how to do it.

I searched the web a lot and couldn't find it either.

I'm trying here, as part because i'm wondering if i should do it through this ANE

Thanks, Shay

marchbold commented 4 years ago

The dex file for Facebook Audience just needs to be added to the assets of your application. Should simply be a matter of including it with your other AIR assets at the root level.