On Mon, Mar 22, 2010 at 12:12 PM, fadden <[email protected]> wrote:

> On Mar 19, 4:33 pm, Nitin <[email protected]> wrote:
> > I am looking for some basic info. Which versions of ARM (v4, v5, v6,
> > v7...) are currently supported under Android? If possible, if I can
> > get some data on supported features like NEON, VFP, etc as well, that
> > will be great. I am hoping there is somesort of file or table some
> > where, that you guys will be able to point me to :)
>
> What you probably want are the Android NDK docs (http://
> developer.android.com/sdk/ndk/index.html).  And probably the android-
> ndk or android-porting mailing list.
>
> Short version: ARMv5TE is considered the minimum, though ARMv4T will
> work with minor effort.


To be more exact, ARMv5TE is the minimum supported by the Android NDK.

While it is possible to make the Android system run on ARMv4T devices (by
modifying
the platform sources), these will not be able to use applications that embed
NDK-generated
native code.

 VFPv3 is part of ARMv7-A, but NEON is
> considered an optional feature.
>
>

> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
> To unsubscribe from this group, send email to android-developers+
> unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> ME" as the subject.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to