reverse engineering - How to use Xposed framework on Android emulator -
i trying api 17 , i'm unable turn on xposed framework.
exact steps were:
- start emulator partition size 1024
adb install xposedinstaller.apk
adb remount
(make system dir writeable)- 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.
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
Post a Comment