For full instructions on running the Cordova builds, please refer to the Readme.
-
Latest Android Studio/cli tools
-
Java 8
Cordova: Android - 'dev' - Installing the Requirements
- Note that this link goes to 'dev', not 'latest', as the 'latest' version appears to point to out-dated documentation.
Cordova requires you to make various locations available via your PATH variable.
-
Your shell configuration file, e.g.
.bash_profile
on MacOS, might be amended like so:export JAVA_HOME="$(/usr/libexec/java_home)" export ANDROID_SDK_ROOT="$HOME/Library/Android/sdk" export ANDROID_HOME="$ANDROID_SDK_ROOT" export PATH="$PATH:$JAVA_HOME:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin"
-
How to find
android_path
: -
Gradle installation notes:
-
(Coming soon) Signing info will be removed from public repo via this process: