android - Genymotion and a CPU without SSSE3 -


i tried launched app in genymotion instantly failed. log [1] indicated fact set of ssse3 instructions missing.

f/libyourapp.so( 1571): (null):0 ((null)): aborted. incompatible processor: missing feature 0x10 - ssse3. 

indeed, processor not support set of instructions - see /proc/cpuinfo [2]

can worked around? or option buy newer cpu?

[1] http://paste.ubuntu.com/10939987/
[2] http://paste.ubuntu.com/10938859/


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -