I wish to test ARM applications in an android emulator (SDK) running android 6.0 with an Intel x86 architecture.
Since the ARM (armeabi-v7a) architecture is very slow, compared to Intel which takes advantage of Intel(R) Hardware Accelerated Execution, Intel(R) Virtualization Technology (VT) switching to such an option is not an intended solution.
I have noted in Android x86 (RemixOS), it supports native arm applications through the arm bridge. This is possible though the use of libhoudini.so
libraries.
I rooted my virtual device device in emulator, and tried pushing these libraries through adb in /system/lib
, unfortunately this didn't work.
Is there something that I am doing wrong or maybe there is a simpler way to do this?