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
In your application.mk, try to add x86 at
application.mk
x86
APP_ABI := armeabi-v7a
and it should be look like this
APP_ABI := armeabi-v7a x86