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

Missing implementation for target platform

New Here ,
Jul 27, 2015 Jul 27, 2015

Copy link to clipboard

Copied

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

Views

575

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Do you mean in the application.xml? I have


<extensions>

    <extensionID>my.extension</extensionID>

</extensions>

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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