I designed a native extension for android in flex and i have a problem with this extension. I have packaged the ane file, I have added to the android flex project and it compiles correctly but at runtime I have an error that says that my action script extension class is not found.
VerifyError: Error #1014: Class myClass could not be found.
I found the answer after a long painstaking 1 week of try and fail. The problem is that when the action script library project compiles into .swf, packs in this swf an library.swf file. This library.swf needs to be copied into the directory where the actual native android code (.jar) is. Then when you package the .ane file this library.swf is also package.