Skip to content

ALEX5402/libndk_translation_Module

 
 

Repository files navigation

LibNDK Translation for arm64-v8a,armeabi-v7a,armeabi

Installs the Libhoodjni combined with libndk functions into your AVD.

Description

Make support of arm apps on x86 and AVD for android 11

Notes

  • rc file is not needed anymore, mount binfmt_misc and register copies are now in service.sh

  • system.prop is updated

  • set_perm_recursive are updated

  • /system/lib/liblog.so and /system/lib64/liblog.so are added

    • due to cannot locate symbol "__android_log_set_logger" Error, liblog.so is needed
    • __android_log_set_logger is available since API level 30.
    • ADB is fixed now now it support with adb
    • to test flash module and install your arm apps everything is working almost fine arm64v6a working
  • Example

  • DEMO