š¦Llama Pack Core

Llama Pack Core is a NodeJS library that helps developers to create a Project for an Android
application that launches an existing Progressive Web App (PWA) using a
Trusted Web Activity (TWA).
Important: llama-pack is still under active development. The tool hasn't been tested on a wide
range of Web APKs, and bootstraping a new project may fail in those cases. Please, file issues,
feature requests, and contribute with pull requests, if possible.
Requirements
Setting up the Environment
Get the Java Development Kit (JDK) 8.
The Android Command line tools requires the correct version of the JDK to run. To prevent version
conflicts with a JDK version that is already installed, llama-pack uses a JDK that can unzipped in
a separate folder.
Download a version of JDK 8 that is compatible with your OS from
AdoptOpenJDK
and extract it in its own folder.
Warning: Using a version lower than 8 will make it impossible to compile the project and higher
versions are incompatible with the Android command line tools.
Get the Android command line tools
Download a version of Android command line tools that is compatible with your OS from
https://developer.android.com/studio#command-tools.
Create a folder and extract the downloaded file into it.
Using llama-pack-core in a NodeJs project
npm i -g @llama-pack/core
Contributing
See CONTRIBUTING for more.
License
See LICENSE for more.
Disclaimer
This is not a Google product.