问题描述
我与API 17尝试,我无法打开。
I am trying with API 17 and I'm unable to turn on Xposed framework.
具体步骤是:
- 与分区大小启动模拟器1024
-
ADB安装XposedInstaller.apk
-
亚行重新装入
(使系统目录可写) - 启动Xposed安装程序,然后单击安装/更新
- Start emulator with partition size 1024
adb install XposedInstaller.apk
adb remount
(make system dir writeable)- Launch the Xposed Installer and click on "Install/Update"
我得到的空白的错误信息,然后它说的框架尚未安装。
I get a blank error message and then it says framework is not installed.
推荐答案
就个人而言,我建议,而不是内置的自动真空淀积系统Genymotion。我永远无法得到Xposed与普通自动真空淀积系统工作。
Personally, I'd recommend Genymotion instead of the built-in AVDs. I couldn't ever get Xposed working with the regular AVDs.
一旦你有一个Genymotion虚拟设备创建你可以拖动和拖放到XposedInstaller.apk虚拟设备,它会移动并自动安装APK。
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!
这篇关于如何使用在Android模拟器Xposed框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!