Skip to main content
Participant
June 7, 2013
Question

Android : Problem integrating a native library with NEON support checking

  • June 7, 2013
  • 0 replies
  • 344 views

Hello !

I'm currently tryng to build an Android ANE for Air wich include a native C library which check if the CPU supports the NEON features.

On the same device :

- if I include this library in a full Java based APK, the library is working nice.

- if I build an ANE and build an AIR based APK, the library throw the following exception :

   java.lang.Exception: NEON feature is not supported by device's CPU.

Does the AIR engine disrupt the check of my library ?

Any solution ?

Regards,

JLT

This topic has been closed for replies.