Xposed framework is not installed solution

Xposed framework is not installed solution

The original content was deleted and re-edited.
Because I found that even if I use [Aegis Xposed Installer], the following result will appear:
insert image description here
after checking, the reason should be the relationship between the network (not our own network, but the inability to connect to the official installation file), which shows that in fact As long as it can be connected, whether it is official or Aegis, it can be installed successfully.

Since the automatic way doesn't work, we'll manually fix the problem.
I implemented the following steps on the thunderbolt simulator, whether it is a real machine or other simulators, the implementation method is the same.

1. First install the Xposed installer (you can use the official one or Aegis), then go back to the main interface and open the file manager in the system application (please try to find this folder by yourself in other ways): 2.
insert image description here
insert image description here
Press Enter the folder in this order: storage > emulated > 0 > Android > data > de.robv.android.xposed.installer > cache
Note 1: You can also enter the Android layer by directly clicking the sdcard on the outermost layer.
Note 2: Some versions or devices have Android directly on the outermost layer.
insert image description here
From the picture above, we can see that the current cache folder is empty, we click the three dots in the lower left corner, and then click New Folder, first create a [downloads] folder, and then enter the newly created [downloads] folder , and then create a [framework] folder:
insert image description here
insert image description here
3. We drag the downloaded installer zip file directly from the desktop into the emulator. I use [xposed-v88-sdk25-x86.zip] here, according to Android version (I put the installer comparison table corresponding to the Android version at the bottom of the article):
insert image description here
From the above picture, you can find that the file will automatically jump to the [Pictures] file after being dragged in. It doesn’t matter, let’s select this file first, and then return directly Go to the [framework] folder created before, click the three dots in the lower left corner, select the move option, and the zip file will be moved here: 4. The key is here, restart the emulator directly
insert image description here
, and then open Xposed installation , click the three dots in the upper right corner, and select [Show outdated versions]:
insert image description here
a miracle appeared:
insert image description here
5. Next, everything is simple. Click [Install/Update] that pops up miraculously, click [Install], select [Permanently Remember Selection], and click [Allow], you will find that the installer is installed successfully, then everything is done. Restart the emulator, open the Xposed installer again, and you will find that the installer has been activated:
insert image description here
insert image description here
insert image description here
insert image description here
the corresponding installer comparison table for the Android version:

Android version x86 arm64 arm32
Android 5.0 xposed-v87-sdk21-x86.zip xposed-v87-sdk21-arm64.zip xposed-v87-sdk21-arm.zip
Android 5.1 xposed-v87-sdk22-x86.zip xposed-v87-sdk22-arm64.zip xposed-v87-sdk22-arm.zip
Android 6.0 xposed-v87-sdk23-x86.zip xposed-v87-sdk23-arm64.zip xposed-v87-sdk23-arm.zip
Android 7.0 xposed-v88-sdk24-x86.zip xposed-v88-sdk24-arm64.zip xposed-v88-sdk24-arm.zip
Android 7.1 xposed-v88-sdk25-x86.zip xposed-v88-sdk25-arm64.zip xposed-v88-sdk25-arm.zip

Versions before 5.0 are not released here, and such old versions are not recommended. In fact, there is no official installer for versions 8.0 and later, so everyone should try to do it on Android 7.1.

In addition, let’s put the access portal of the installer:
official self-acquisition: official
I will integrate it: extraction code [9wqf]

Guess you like

Origin blog.csdn.net/weixin_48140105/article/details/118359568