How to enable manual bridge in Android emulator?

I want to test ARM applications in an Android emulator (SDK) running Android version 6.0 with Intel x86 architecture.

Since the architecture of ARM (armeabi-v7a) is very slow compared to Intel, which takes advantage of the accelerated execution of Intel (R), Intel (R) virtualization technology, switching to this option is not the intended solution.

I noted in Android x86 (RemixOS), it supports native hand applications across the bridge. It is possible though using libraries libhoudini.so. I shortened my virtual device device in the emulator and tried to push these libraries via adb in /system/lib, unfortunately this did not work.

Is there something I'm doing wrong or maybe there is an easier way to do this?

+4
source share

Source: https://habr.com/ru/post/1679283/


All Articles