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:
parent
687b152318
commit
2e02a13227
14
doc/docs.md
14
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
|
||||
|
||||
<table>
|
||||
|
Loading…
Reference in New Issue
Block a user