与API级的Andr​​oid设备armeabi 15+ [英] Android armeabi devices with API level 15+

查看:145
本文介绍了与API级的Andr​​oid设备armeabi 15+的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在开发API级别15+一个应用程序,有一些JNI code,我想知道是否有与armeabi ABI(用于ARMv5)设备和API级别15 +

I'm developing an app for API level 15+ that has some jni code and i'm wondering if there are devices with armeabi ABI (ARMv5) and API level 15+

我只能包括armeabi-V7A和x86库,并跳过旧armeabi?

Can i include only armeabi-v7a and x86 libraries and skip the old armeabi?

推荐答案

AOSP本身不支持ARM版本,下面的ARMv7从Android 4.0的(API级别15),但也有自定义的基础上的ARMv6的运行。我不能完全肯定是否有运行,虽然这样的组合任何官方的,经过认证的兼容设备。

AOSP itself doesn't support ARM versions below ARMv7 from Android 4.0 (API level 15), but there are custom builds that run on ARMv6. I'm not entirely sure if there are any official, certified compatible devices that run such a combination though.

因此​​,在实践中,你应该pretty安全跳过它,但你可能会被这样做,排除一些边缘的第三方ROM的。

So in practice you should be pretty safe to skip it, but you might exclude some fringe third party ROMs by doing that.

请参阅 http://stackoverflow.com/a/28926267/3115956 一个类似的回答类似的问题。

See http://stackoverflow.com/a/28926267/3115956 for a similar answer to a similar question.

这篇关于与API级的Andr​​oid设备armeabi 15+的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆