(Android) Native crash at /system/lib/libhoudini.so on Asus Phone

前端 未结 3 1669
面向向阳花
面向向阳花 2021-01-22 09:47

I received crash errors very much from user at Google Play. And all those error occur on Asus phone ( Asus zenfone 4,5,6 and fonepad 7).

I don\'t known what those error

3条回答
  •  耶瑟儿~
    2021-01-22 10:30

    libhoudini is responsible for running Arm code on x86 devices. Sometimes it have bugs that are causing apps to crash. The best solution is to include the x86 library too, that way the native code will run natively without using libhoudini, thus preventing any chance for such crashes.

提交回复
热议问题