Hi,
I'm evaluating IntelliJ for use with Flex application. Our application uses Air Native Extension (ANE).
We were successful in adding the ANE to our project and both run and debug the application on iPad.
The problem is when we run the application using the emulator we get the following error:
[AIR Debug Launcher]: The content cannot be loaded because there was a problem loading an extension: Error: Duplicate platform iPhone-ARM found for extension com.domain.TheANE
The problem is resolved if we remove (or comment) the <extentionID> element in the application descriptor. The problem it is very error-prone to do that.
Any idea of how to make both the on-device and emulator work with the same application descriptor?
Thank you,
Ido.