/docker-ubuntu-android-nativescript

a container for building and running nativescript applications

Primary LanguageDockerfile

docker-ubuntu-android-nativescript

Setting up an android development environment is time-consuming and may change from machine to machine. Docker lets me reproduce my development environment everywhere with a one liner.

This image is used as base for docker-ubuntu-android-nativescript-vue

  • ubuntu 18.04 is the base
  • java 8 openjdj is installed
  • android-28 SDK is installed
  • nativescript is installed

References