Build Issue: Magisk-Loader Module Fails Due to Missing @annotation Classes #375
Unanswered
itamar-bina
asked this question in
Q&A
Replies: 1 comment 2 replies
-
As I commented under that commit, that correct fix is: roll back the two repos |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I’m trying to build LSPosed using Android Studio and have successfully compiled the Daemon and Manager modules. However, I’m encountering multiple errors when building the Magisk-Loader module — primarily related to missing annotation classes such as @annotation.
Here’s how I built the API and Service modules locally:
Despite this, the Magisk-Loader module still fails to recognize the annotation classes.
I noticed that annotations are no longer used according to this commit: libxposed/api@7b67273 — but I’m still not sure what the correct fix should be.
What could be the cause of this issue, and how can I resolve it?
Thank you in advance for your help!
@JingMatrix
Beta Was this translation helpful? Give feedback.
All reactions