Adding a framework
Hi,
I'm am trying to add a series of frameworks form myFlashLabs for Firebase to my app but Animate is failing to see them.
I have added plenty of ANE's in the past with no problem but do not seem able to add a dependency framework.
I have added the relevant framework files to the AIR folder under the following path \Applications\Adobe Animate CC 2018\AIR30.0\lib\aot\stub and of course there are a large number of frameworks already there.
I have then added the following to my app's XML
<extensions>
<extensionID>com.myflashlab.air.extensions.dependency.FirebaseAnalytics</extensionID>
<extensionID>com.myflashlab.air.extensions.dependency.FirebaseCore</extensionID>
<extensionID>com.myflashlab.air.extensions.dependency.FirebaseCoreDiagnostics</extensionID>
<extensionID>com.myflashlab.air.extensions.dependency.FirebaseInstanceID</extensionID>
<extensionID>com.myflashlab.air.extensions.dependency.FirebaseNanoPB</extensionID>
<extensionID>com.myflashlab.air.extensions.dependency.GoogleToolboxForMac</extensionID>
<extensionID>com.myflashlab.air.extensions.dependency.nanopb</extensionID>
<extensionID>com.myflashlab.air.extensions.dependency.overrideAir</extensionID>
<extensionID>com.myflashlab.air.extensions.firebase.core</extensionID>
</extensions>
Note the last two files are ANE's so I have added these under actionscript settings in my FLA as I normally would and then imported them into my projects. Those files seem fine, it's the ones before that I can't see.
When I launch the project the Test Movie fails to launch and I get the following error message:
"Test Movie terminated.
The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.myflashlab.air.extensions.dependency.FirebaseAnalytics could not be found."
If I exclude that file from the xml then it just says can't find the next file listed, so essentially Animate is not looking for these extensions where I have put them. However since they are in the AIR30.0 folder along with all other frameworks I am confused as to why they are not visible to the project.
Possibilities to me seem to be:
a) I have not put the framework files in the right place, in which case where do they go?
b) I need to describe their location in the xml differently, in which case how?
c) Something else?
Thanks for your help.
Stephen
