KyuubiRan / EzXHelper

A library to make Xposed modules development easily.
https://KyuubiRan.github.io/EzXHelper/
Apache License 2.0
395 stars 49 forks source link

有没有 1.x 版本的文档 #69

Closed snowman closed 12 months ago

snowman commented 12 months ago

因为我在学习怎么用 kotlin 写 xposed, 期间看到了这个库 https://github.com/CoolestEnoch/TheMessWorld, 然后这个库用的是 1.0.3 版本的 EzXHelper

$  rg -i ezxhelper --iglob '*.gradle'
code/app/build.gradle
53:    implementation 'com.github.kyuubiran:EzXHelper:1.0.3'

在写下这个问题的时候, 问题已经解决

> ghq get https://github.com/KyuubiRan/EzXHelper
> cd EzXHelper
> git checkout -b 1.x origin/1.x
> $env:HTTP_PROXY="http://127.0.0.1:7890"; $env:HTTPS_PROXY="$env:HTTP_PROXY";
> scoop install openjdk11
> ./gradlew :EzXHelper:dokkaHtml
> python3 -m http.server