When installing my app to Android L preview it fails with error:
INSTALL_FAILED_NO_MATCHING_ABIS.
My app uses arm only library, features that uses library is
I think the thread starter wants build a single APK with an optional native libary, which will only be loaded on ARM devices. This seems impossible at the moment (only using splits/multi apk). I'm facing the same issue and have created a bug report.