Skip to content
valerio costamagna edited this page Aug 27, 2015 · 17 revisions

Dependencies

  • An Android emulator or a real-world device running Android 4.4.4 with ART runtime enabled is required. On real-world device the root privilege is required in order to be able to inject the shared library into the target process.

  • Please on real-world devices enable the checkjni property (see this doc). This dependence will be not required with the next release.

  • Android NDK. Please add it to your $PATH.

  • Android SDK, add it to your $PATH.

  • adbd on the device/emu must run as root user (run command: "adb root")

  • busybox installed on emu/device

Clone this wiki locally