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

Error #1014 - Native Extension

New Here ,
Feb 02, 2013 Feb 02, 2013

Hey guys I am developing an Iphone app and one of the features is to be able to grab stuff from contact list.  Now I had no idea on how to go about that except with a native extension when on a PC.  So I linked it and everything and I get the hints for in when trying to call functions from the ane.  The extension I am using is http://extensionsforair.com/extensions/contact-editor/#comment-7488 - contact editor.  I'm confused on why I am getting the following error:

VerifyError: Error #1014: Class pl.mllr.extensions.contactEditor::ContactEditor could not be found.

          at runtime::ContentPlayer/loadInitialContent()

          at runtime::ContentPlayer/playRawContent()

          at runtime::ContentPlayer/playContent()

          at runtime::AppRunner/run()

          at ADLAppEntry/run()

          at global/runtime::ADLEntry()

I am developing in Flash Builder 4.6 premium,  I was using just flash pro but people said flash builder is better.

David

TOPICS
ActionScript
1.3K
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
Guest
Feb 03, 2013 Feb 03, 2013

Hi David,

If you are getting this error at runtime, maybe the extension was not included in the application package.

To check that in Flash Builder 4.6 go to Project > Properties > Flex Build Packaging, open the dialog for the platform you are running on (Apple iOS, BlackBerry Tablet OS or Google Android) and under the Native Extensions tab on the right check whether the box in the Package column is ticked for the extension.

You've probably done this already, but in case you don't see your extension listed in the Flex Build Packaging dialog, go to Project > Properties > Flex Build Path and under Native Extensions click Add ANE to add it to your project.

Hope this helps,

Radoslava

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 ,
Feb 03, 2013 Feb 03, 2013
LATEST

Radoslave,

The thing is this was a Flash Pro CS5.5 project to begin with so I just started using the flash builder to dev in and than I would test it in Pro.  But I added the SWC to the As3 build path.

David

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