'How to use Xposed framework on Android emulator

I am trying with API 17 and I'm unable to turn on Xposed framework.

Exact steps were:

  1. Start emulator with partition size 1024
  2. adb install XposedInstaller.apk
  3. adb remount (make system dir writeable)
  4. Launch the Xposed Installer and click on "Install/Update"

I get a blank error message and then it says framework is not installed.



Solution 1:[1]

Personally, I'd recommend Genymotion instead of the built-in AVDs. I couldn't ever get Xposed working with the regular AVDs.

http://www.genymotion.com/

Once you have a Genymotion virtual device created you can just drag-and-drop the XposedInstaller.apk onto the virtual device and it'll move and install the apk automatically.

Then it's just a matter of opening the Installer and clicking on "Install/Update" and voila, done!

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Joshua Sleeper