Skip to content

How to compile

weishu edited this page Nov 15, 2018 · 2 revisions

How to compile

Clone repository

Use git to clone this project to local:

git clone https://github.com/android-hacker/VirtualXposed.git -b vxp --recursive

Attention: add --recursive to clone all submodules.

Compile

Open the VirtualApp directory under VirtualXposed, This directory is the project root, not VirtualXposed itself.

注意:为确保VirtualXposed的健康发展,请不要拿这个项目编译之后进行二次分发。

Project Structure

VirtualXposed is consist of four parts:

  • Java method hook library: epic
  • Xposed compatibility layer: exposed
  • Virtual environment: VirtualApp
  • UI: Launcher3