SandVXposed is a fork project from VirtualXposed & VirtualApp, improved to support better on new Android versions and add custom interface. This project provides a sandbox environment for Android applications combined with lightweight hooking capabilities like Xposed without root.
This project retains the architecture of VirtualApp, which helps create a virtual space to run applications as if they were actually installed. By hooking certain APIs, it also supports some lightweight Xposed modules that work without root.
✨ The project in the `chill` branch focuses on a new UI interface and some tweaks for compatibility with newer Android.
VirtualApp: https://github.com/asLody/VirtualApp
VirtualXposed: https://github.com/android-hacker/VirtualXposed
SandVXposed (native): https://github.com/asLody/SandVXposed
Android Studio Flamingo or later
JDK 8 or 11
Gradle >= 6.5
(Optional) Android NDK if you want to build native
```bash git clone –recurse-submodules https://github.com/hello1234567q/sandboxwin64.git cd sandboxwin64 git checkout chill ```
Check `build.gradle` to make sure `compileSdkVersion = 28` and `buildToolsVersion = ‘28.0.3’` Update the SDK in Android Studio if necessary.
Error related to native libs (jniLibs) Make sure the `libs/` folder contains the `.so` libraries that match `armeabi-v7a`.
Error when Xposed hook is wrong or not working It may be due to changing Android version or Xposed framework, need to check hook logic again.
Error pushing git due to remote unpack failed Usually due to repo error, try cloning repo or deleting git cache.
Error UI not displaying correctly due to hook editing You should keep the hook logic, only edit the interface to avoid breaking the flow.
The SandVXposed project is a sandbox environment for Android, based on VirtualApp with lightweight hook integration for Xposed Framework. Original Repo: https://github.com/asLody/SandVXposed
This version has been modified to be compatible with newer Android and improved UI.
You can view and work on the `chill` branch at: https://github.com/hello1234567q/sandboxwin64/tree/chill
Thank you for your interest in the project! If you need support, please create an issue on the GitHub repo.
Email✉️:info@sandboxwin.run.place