Skip to content

Build ATAK from source with one Docker command.

Notifications You must be signed in to change notification settings

realmalliance/atak-docker-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

atak-docker-build

Build ATAK from source with one command.

See talentedbrute/buildTAK for a similar build script that does not use Docker.

Building the APK

Because there are several large file downloads and compilation takes a while, we recommend running this in a screen session on a cloud machine.

Make sure Docker is installed (see https://docs.docker.com/get-docker/).

Run:

docker build --progress=plain -t atak-build . 2>&1 | tee -a out.log

Copy the APK out of built image:

docker cp `docker create atak-build`:/AndroidTacticalAssaultKit-CIV/atak/ATAK/app/build/outputs/apk/civ/debug .

The APK will be in debug.

About

Build ATAK from source with one Docker command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published