1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docs: add vab/android info (#7967)

This commit is contained in:
Larpon 2021-01-08 21:37:02 +01:00 committed by GitHub
parent 687b152318
commit 2e02a13227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
<table>