Galaxy Nexus - Wrong Cpu Abi Being Selected During Install Time
In my product I'm finding that when I install the APK file onto the Galaxy Nexus running android 4.0.1 the incorrect .so file is being installed. I have a so-called 'fat' APK that
Solution 1:
This seems to be a bug. I've tested it also by creating a small project using native code and indeed Galaxy Nexus chooses the wrong library (armeabi instead of armeabi-v7a).
I've reported this bug at http://code.google.com/p/android/issues/detail?id=25321 , with the sample project attached on the bug. Please star it to bring attention to Android engineers.
Seems that another StackOverflow question originates from this bug too: Android floating point math performance.
Post a Comment for "Galaxy Nexus - Wrong Cpu Abi Being Selected During Install Time"