vab
V Android Bootstrapper
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- ci.yml
- ci_emulator_run.yml
- docs_ci.yml
- matrix_ci.yml
- PULL_REQUEST_TEMPLATE
- emulator.v
- env.v
- LICENSE
- compiler_flags.v
- LICENSE
- ndk.v
- ndk_test.v
- LICENSE
- sdk.v
- LICENSE
- util.v
- adb.v
- android.v
- android_test.v
- compile.v
- deploy.v
- keystore.v
- package.v
- screenshot.v
- cache.v
- LICENSE
- cli.v
- doctor.v
- options.v
- remedy.v
- utils.v
- all.v
- cleancode.v
- complete.v
- runtime.v
- CHANGELOG.md
- dev.md
- docs.md
- FAQ.md
- extra.v
- java.v
- keywords.v
- LICENSE
- paths.v
- icon.png
- strings.xml
- VActivity.java
- AndroidManifest.xml
- emulator_test.vv
- vab_build_apk_test.vv
- vab_find_input_test.v
- check_invalid_input.out
- check_invalid_input.toml
- check_no_argument.out
- check_no_argument.toml
- check_non_existing_flag.out
- check_non_existing_flag.toml
- vab_error_test.v
- shelljob.v
- util.v
- vabxt.v
- LICENSE
- vxt.v
- .gitignore
- LICENSE
- README.md
- v.mod
- vab.v
# Installation Guide
1. Get the code
git clone https://github.com/vlang/vab
Downloads the entire project code from GitHub to your computer.
cd vab
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
brew tap adoptopenjdk/openjdk
Registers this project's repository (tap) with Homebrew.
sudo apt install openjdk-<version>-jdk
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
