paulmandal / atak-forwarder

Forwards packets to/from ATAK over an off-grid communication layer
MIT License
390 stars 42 forks source link

v5.0.0 project build error 'atak-takdev-plugin' not found. #200

Closed chaoz014 closed 6 months ago

chaoz014 commented 6 months ago

Hello,

I'm trying to build the latest release apk on Android Studio but get the error:

A problem occurred evaluating project ':app'.

Plugin with id 'atak-takdev-plugin' not found.

I downloaded the v5.0.0.13-SDK from TAK.gov but I only see the atak-takdev-plugin Jar file not a folder or a script I can run to build it. I also tried installing the plugin via plugin settings. I was able to build and run the hello-world app on a device, however.

Any help is appreciated.

Thanks

paulmandal commented 6 months ago

https://github.com/paulmandal/atak-forwarder/blob/main/app/build.gradle#L42 needs to point to the takdev JAR file you may also need to include sdk.path=/path/to/atak/sdk/ in your local.properties file

chaoz014 commented 6 months ago

That worked like a charm.

Thank you, Paul.