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. 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] 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.

