Create a Xposed Module easily with Android Studio
- Download it
- Extract and copy the
XposedModule
folder to the template folder located in:{Android Studio installation dir}\plugins\android\lib\templates\other\
If Android Studio is open, restart it.
- Click File > New > Other > Xposed Module (or right click in the project)
- Type your Xposed Description and your class name
- Click Finish and wait for Gradle sync
- In the module build.gradle, replace
implementation
inimplementation 'de.robv.android.xposed:api'
withcompileOnly