In an app I am developing, I need to use a C library. This means I'm going to have to deal with all the different instruction sets of all the different Android devices, right?
Is there any list available (or maybe somebody can just tell me?) of all these instruction sets? I know that all Android devices so far are 32-bit, but of course there's a lot more to it than that.