Easily Configure Xposed Module Projects in Eclipse

XDA Recognized Developer rovo89‘s innovative and versatile Xposed Framework allows developers to change virtually any aspect of a device’s software at runtime. And by virtue of these changes being made at runtime, users don’t have to permanently modify system files in order to achieve the desired result. Because of this, very many developers choose to create their development projects for use with Xposed rather pursuing other means.

In order to help make Xposed Module development just a few steps more streamlined, XDA Senior Member hamzahrmalik created a simple tool that automatically sets up an Xposed Module project in Eclipse. When activated, the tool automatically adds the Xposed API to the build path. It also adds the Xposed meta tags to the Manifest file, creates the appropriate packages and classes, and creates the required xposed_init file.

The tool comes in the form of a JAR file, so you can use this auto setup utility on any computer that is compatible with the Eclipse IDE. If you wish to get started creating an Xposed module, head over to the original thread and give this a try!


View the original article here

loading...