diff --git a/doc/docs.md b/doc/docs.md index e29f469912..48556f96ba 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -33,6 +33,20 @@ cd v make ``` +### Android +Running V graphical apps on Android is also possible via [vab](https://github.com/vlang/vab). + +V Android dependencies: **V**, **Java JDK** >= 8, Android **SDK + NDK**. + + 1. Install dependencies (see [vab](https://github.com/vlang/vab)) + 2. Plugin-in your Android device + 3. Run: + ```bash + git clone https://github.com/vlang/vab && cd vab && v vab.v + ./vab --device auto run /path/to/v/examples/sokol/particles + ``` +For more details and troubleshooting, please visit the [vab GitHub repository](https://github.com/vlang/vab). + ## Table of Contents