https://stackoverflow.com/questions/28926101/is-it-safe-to-support-only-armeabi-v7a-for-android-4-and-above/28926267#28926267

    https://android.stackexchange.com/questions/34958/what-are-the-minimum-hardware-specifications-for-android

    https://www.reddit.com/r/androiddev/comments/5u64yh/which_abi_should_the_app_support/

    1. 安卓4.0之后之后安卓官方源码不再支持armeabi。(我们的minSdk是4.1)
    2. 安卓4.4之后强制要求armv7处理器。
    3. 根据报告: https://androidbycode.wordpress.com/tag/armeabi-v7a/。在2015年(4年前了),7998台设备中仅有12台设备是armeabi。