Android : Problem integrating a native library with NEON support checking
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
