tailwind-config-viewer icon indicating copy to clipboard operation
tailwind-config-viewer copied to clipboard

can i use sandbox-api in android?

Open cyberhorse208 opened this issue 4 months ago • 1 comments

my app use third party C++ libraries, can i use sandbox-api to run these libraries?

thanks

cyberhorse208 avatar Aug 07 '25 02:08 cyberhorse208

This is not well supported. Android is moving into a different direction (IsolatedProcess, Android Virtualization Framework). Also, we don't support all of Androids native architectures (32-bit x86, but also MIPS).

If you want a seccomp based sandbox, you can try Minijail.

cblichmann avatar Aug 07 '25 08:08 cblichmann