docs: add vab/android info (#7967)
parent
687b152318
commit
2e02a13227
14
doc/docs.md
14
doc/docs.md
|
@ -33,6 +33,20 @@ cd v
|
||||||
make
|
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 of Contents
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|
Loading…
Reference in New Issue