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

The content cannot be loaded because there was a problem loading an extension: Error: Duplicate platform Android-ARM found for extension com.distriqt.Core #16

Closed idzdigital closed 4 years ago

idzdigital commented 4 years ago

I have added Core, Firebase and InAppBilling in my project. While compiling it I get the above error. If I remove Core and compile then it works perfectly fine on PC.

marchbold commented 4 years ago

Are you sure you have the latest build of the ANE? You don't have two versions of the ANE in your path somewhere?

idzdigital commented 4 years ago

Yes I have the latest build. I am using com.distriqt.Core.noair and I have only one version of the ane in the path

marchbold commented 4 years ago

What IDE are you using? Could be a cached version of the ANE somewhere on your machine?

idzdigital commented 4 years ago

I am using Adobe Animate. And how do I check for a cached version?

marchbold commented 4 years ago

I'm not exactly sure with Animate, but a normal file search of your system should find any versions.

idzdigital commented 4 years ago

I just searched my project folder and I did not find any other version of that ane.

marchbold commented 4 years ago

It could be in an application cache folder

marchbold commented 4 years ago

eg C:\Users\username\AppData\Local\Temp

idzdigital commented 4 years ago

Yes cleaning the cache worked. Thanks a lot for your help.

marchbold commented 4 years ago

👍

marchbold commented 4 years ago

Just for our information, which folder did you find it in?

idzdigital commented 4 years ago

C:\Users\username\AppData\Local\Temp. I closed Animate, cleaned Temp folder and restarted Animate and it started working.