-
LSPosed 1.9.1 编译错误 错误一:assembleRiru 1: Task failed with an exception.
错误二:assembleBuild Could not determine the dependencies of task ':core:minifyReleaseWithR8'.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I think you should clone libxposed/api and libxposed/service first. See the workflow in https://github.com/LSPosed/LSPosed/blob/master/.github/workflows/core.yml |
Beta Was this translation helpful? Give feedback.
-
Here is how to fix
Source: https://zwc365.com/2024/01/23/lspatch%E8%87%AA%E8%A1%8C%E7%BC%96%E8%AF%91 |
Beta Was this translation helpful? Give feedback.
-
thank you solved by your answer already。
…---- Replied Message ----
| From | ***@***.***> |
| Date | 01/16/2025 19:43 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [LSPosed/LSPosed] Compile LSPosed fail (Discussion #2757) |
Here is how to fix Could not find io.github.libxposed:api:100 by cloning
git clone --depth 1 https://github.com/libxposed/api.git libxposed/api
git clone --depth 1 https://github.com/libxposed/service.git libxposed/service
cd libxposed/api
./gradlew :api:publishApiPublicationToMavenLocal
cd ../service
./gradlew :interface:publishInterfacePublicationToMavenLocal
Source: https://zwc365.com/2024/01/23/lspatch%E8%87%AA%E8%A1%8C%E7%BC%96%E8%AF%91
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
I think you should clone libxposed/api and libxposed/service first. See the workflow in https://github.com/LSPosed/LSPosed/blob/master/.github/workflows/core.yml