reverse engineering - How to use Xposed framework on Android emulator -


i trying api 17 , i'm unable turn on xposed framework.

exact steps were:

  1. start emulator partition size 1024
  2. adb install xposedinstaller.apk
  3. adb remount (make system dir writeable)
  4. launch xposed installer , click on "install/update"

i blank error message , says framework not installed.

personally, i'd recommend genymotion instead of built-in avds. couldn't ever xposed working regular avds.

http://www.genymotion.com/

once have genymotion virtual device created can drag-and-drop xposedinstaller.apk onto virtual device , it'll move , install apk automatically.

then it's matter of opening installer , clicking on "install/update" , voila, done!


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -