Issue
Is there any list of Android phones and their supported native code?
For example I want to know which phones support only armeabi
and which support armeabi-v7a
. The latter is important because I’m doing a lot of floating-point calculation in native code.
Solution
Another good link is:
- http://www.pdadb.net Useful smartphonesdatabase.
Sorry for answer two times. I can only send one link per answer…….
Answered By – Jesus Oliva