AndroidTacticalAssaultKit-CIV
AndroidTacticalAssaultKit-CIV copied to clipboard
When running "assembleCivDebug" the following error happens for me: ``` /home/atakdev/ndk/android-ndk-r12b/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-g++ --sysroot=/home/atakdev/ndk/android-ndk-r12b/platforms/android-24/arch-arm64 -DRTTI_ENABLED -DSQLITE_HAS_CODEC -DTE_GLES_VERSION=3 -Dtakengine_EXPORTS -I../../../../src/main/cpp/. -I/home/atakdev/.conan/data/stl-soft/1.9.119/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include -I/home/atakdev/.conan/data/tinygltf-tak/2.4.1/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include -I/home/atakdev/.conan/data/tinygltfloader-tak/0.9.5/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include -I/home/atakdev/.conan/data/libLAS/1.8.2b1/_/_/package/bdd00c8a3ef59268927e0996e6b80621c784dfba/build-android-arm64-v8a/include -isystem /home/atakdev/ndk/android-ndk-r12b/sources/cxx-stl/gnu-libstdc++/4.9/include -isystem /home/atakdev/ndk/android-ndk-r12b/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include -isystem /home/atakdev/ndk/android-ndk-r12b/sources/cxx-stl/gnu-libstdc++/4.9/include/backward -isystem /home/atakdev/ndk/android-ndk-r12b/platforms/android-24/arch-arm64/usr/include -g...
I downloaded `atak-civ-sdk-4.5.1.13.zip` file from [https://github.com/deptofdefense/AndroidTacticalAssaultKit-CIV/releases/tag/4.5.1.13](https://github.com/deptofdefense/AndroidTacticalAssaultKit-CIV/releases/tag/4.5.1.13) and unzipped. After that, I did `Sync Project with Gradle Files` in Android Studio. This is all I did, but I have the following...
It seems like there are specific calls to -I ~/.conan/data/ttp-dist/2.5.1/_/_/package/bdd00c8a3ef59268927e0996e6b80621c784dfba/android-arm64-v8a-release/include/libxml2 and to other libraries in conan linking to aarch64-linux-android-g++ but not ./data/stl-soft/ which causes a fatal error: platformstl/platformstl.h: No such...
In the plugin SDK HelloWord plugin there is a NotificationService which is supposed to be run when the "Notification with Plugin Icon" button is pressed. It seems that the service...
On 4.4.0 CIV dev, ATAK crashes on start when Android restarts. We install our plugin - works fine after installing. After restarting Android, ATAK crashes. ATAK also did not attempt...
We are completely unable to send a CoT to localhost in ATAK 4.3 and 4.4 (other version were not tested), but it works with 3.10. ``` val datagramSocket: DatagramSocket val...
When in the delete items dropdown, if Overlay Manager is selected the dropdown doesn't appear until the user walks through the back stack. Steps: 1. Tap hamburger icon -> Clear...
Is it possible for someone to take a look at the installation/build instructions and check they are correct? I have been trying to install on a fresh Ubuntu 20.04 VM...
Hello, I am following [this](https://github.com/deptofdefense/AndroidTacticalAssaultKit-CIV/issues/89#issuecomment-836707895) to setup ATAK-CIV development. But, I got the following errors after finishing "Sync Project with Gradle Files", so I cannot see anything in the Gradle...
Howdy, I have a rooted Google Pixel 3a using Magisk, running ATAK-CIV 4.7.0.4 from the play store. I desire to utilize the Harris SA functionality to pass COT over PPP...