I\'ve run into a problem that appears to affect only dual-core Android devices running Android 2.3 (Gingerbread or greater. I\'d like to give a di
Android
Android 2.3
If you're working with a native application, you should try this:
#include int GetNumberOfProcessor() { return sysconf(_SC_NPROCESSORS_CONF); }
It work on my i9100 (which availableProcessors() returned 1).