ATAK Plugin Development Guide
ATAK Plugin Development Guide
PLUGIN DEVELOPMENT
PREREQUISITES
Close the project and under the Windows file system, locate
atak.apk and install it on your device. This is the developer
version of ATAK. Plugins developed using the SDK are only
compatible with this apk until built using the TAK Autobuilder.
CHECK OUT ONE OF THE SAMPLE SDK PLUGINS
For this guide, we will be demonstrating how to check out the HelloWorld
plugin supplied as a catch all example for some commonly used
capabilities in ATAK. It is important this project is checked out in the
appropriate directory. In this case the samples directory lives directly
below the location where the SDK was checked out
CHECK OUT ONE OF THE SAMPLE SDK PLUGINS
Example Path -
Once checked out, you will need to modify the run/debug configuration
so that the Launch Option is set to Nothing. This is because plugins are
APK’s that cannot be run.
CHECK OUT ONE OF THE SAMPLE SDK PLUGINS
Now we need to associate the Java Documentation with the plugin. This
is done by going from Android view to Project view. Next right click on
the main.jar External Libraries.
CHECK OUT ONE OF THE SAMPLE SDK PLUGINS
Make sure that ATAK is running on the device and hit the play button.
Follow the prompts on the Android Device