Hello,
I tried to add a symbolic link in a ANE, it's a symbolic link to a myLib.so.4.1.2 shared library
using ADT it doesn't work, the symbolic link is replaced by the shared library file without version (myLib.so)
I tried too to add the symbolic link in the ANE like a zip :
zip --symlinks -ur myAne.ane META-INF/
but later it's impossible to compile the captive app using the ANE : Packaging failed. Packager internal error
Thanks