Magisk/Riru/LSPosed安装

Magisk/Riru/LSPosed安装

1: Magisk安装下载

​ 首先附上Magisk地址: https://github.com/topjohnwu/Magisk/releases

  1. 下载应用apk.
  2. 安装后,根据应用内提示重新安装,重启手机

2: Riru安装

  1. https://github.com/RikkaApps/Riru
  2. https://github.com/RikkaApps/Riru/releases/tag/v26.1.7
  3. 下载riru-v26.1.7.r530.ab3086ec9f-release.zip
  4. push到手机
  5. magisk 本地安装.
  6. 重启手机

3: Lsposed安装

  1. https://github.com/LSPosed/LSPosed/releases下载最新版本[LSPosed-v1.9.2-7024-riru-release.zip](https://github.com/LSPosed/LSPosed/releases/download/v1.9.2/LSPosed-v1.9.2-7024-riru-release.zip)
  2. push到手机
  3. magisk 本地安装. 此时提示riru not install
  4. 未找到原因, 修改magisk,开启zygisk
  5. 下载 LSPosed-v1.9.2-7024-zygisk-release.zip
  6. 重新本地安装,安装成功.
  7. 重启 发现桌面未有图标生成. (由于只是桌面的快捷方式启动,在应用列表中不会找到.) 另外导航栏中会有LSPosed的通知栏,点击可打开管理器.

4: Xposed相关

  1. 长时间没运行之前xposed的demo.

  2. compileOnly 'de.robv.android.xposed:api:82'依赖找不到404了.

    具体的错误如下:

    Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.

    Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.

    Could not find de.robv.android.xposed:api:82.

    Searched in the following locations:

    Possible solution:

  3. 解决办法:

    groovy 复制代码
    allprojects {
        repositories {
            google()
            jcenter()
    		// 添加此库
            maven { url "https://api.xposed.info/" }    }
    }
  4. 重新编译运行成功.

相关推荐
韩仔搭建4 小时前
第二章:安卓端启动流程详解与疑难杂症调试手册
android·ui·娱乐
A-花开堪折4 小时前
Android7 Input(七)App与input系统服务建立连接
android
冰糖葫芦三剑客4 小时前
Android 自定义悬浮拖动吸附按钮
android
吃汉堡吃到饱5 小时前
【Android】从Choreographer到UI渲染(二)
android·ui
微信公众号:AI创造财富5 小时前
显示的图标跟UI界面对应不上。
android·ui
aningxiaoxixi5 小时前
安卓 Audio Stream 类型
android
奔跑吧 android5 小时前
【android bluetooth 协议分析 01】【HCI 层介绍 3】【NUMBER_OF_COMPLETED_PACKETS 事件介绍】
android·bluetooth·hci·bt·gd·aosp13
_龙小鱼_8 小时前
Kotlin扩展简化Android动画开发
android·开发语言·kotlin
奔跑吧 android8 小时前
【android bluetooth 协议分析 01】【HCI 层介绍 6】【WriteLeHostSupport命令介绍】
android·bluetooth·bt·gd·aosp13·writelehostsup·hcicmd
uwvwko8 小时前
ctfshow——web入门254~258
android·前端·web·ctf·反序列化