Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Missing implementation for target platform

New Here ,
Jul 27, 2015 Jul 27, 2015

I am trying to test out my ane inside a new AIR Mobile AS3 App built in FlashDevelop, specifically Android. When I try to test the project (f5) I get an error:

An implementation for native extension 'my.extension' required by the application was not found for the target platform.

Both the ane and app are built with the same AIR sdk (version 18)

Both have SWF Version : 29

I'm not sure what else to try, or where else to look. I can't find much on the net, and any solutions, correct or otherwise, posted for people experiencing the same error have not helped me. Does anyone know what this error means? It says I need to check the AIR SDK version in my application, but I've confirmed that the versions match up.

TOPICS
Development
677
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 27, 2015 Jul 27, 2015

Is the app descriptor file updated to know about the extension?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 28, 2015 Jul 28, 2015

Do you mean in the application.xml? I have


<extensions>

    <extensionID>my.extension</extensionID>

</extensions>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 11, 2015 Aug 11, 2015
LATEST

Any solution? I have met same problem suddenly, whereas it works 30 minutes ago

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines