The platform you're using doesn't support that targets, you must change your APP_PLATFORM (minimum is android-21 for 64bit support) or remove the unsupported ABI. For example:
APP_ABI := armeabi armeabi-v7a mips x86
APP_PLATFORM := android-14
The platform you're using doesn't support that targets, you must change your APP_PLATFORM (minimum is android-21 for 64bit support) or remove the unsupported ABI. For example:
APP_ABI := armeabi armeabi-v7a mips x86
APP_PLATFORM := android-14