distriqt / ANE-Core

ANE providing a centralised library for native extension common utilities and a notification / delegation system
https://airnativeextensions.com
21 stars 12 forks source link

'androidx.core' includes a SWF version 44, root SWF of this application: 39 #40

Closed dmunsie closed 10 months ago

dmunsie commented 10 months ago

I just subscribed to the application extension, tried creating an apk (with all included dependencies). Build was halted with this error message:

Included native extension 'androidx.core' includes a SWF version 44 which is greater than the version of the root SWF of this application: 39

APK setup creation FAILED.

I'm using FlashDevelop, Flex4+AirSDK50.2.

Everything was working fine with older versions of the extensions. Problem just now showed up after installing the latest versions.

marchbold commented 10 months ago

Please ensure you are using the latest AIR version and ensure you aren't specifying an old swf version in your build process.

dmunsie commented 10 months ago

It's been a while since I've updated FlashDevelop, I forgot about needed to update the XML files in the settings files. Long story short, all is working now. Thanks for the reminder. :)

marchbold commented 10 months ago

Great to hear! :)