Closed av-mario closed 2 years ago
On thing that brought me one step further is
in build.gradle when it errors, go up to line 16 and change 'def ' to 'ext.
where main.jar / atak-gradle-takdev.jar is.
-> ln -s ~/atak/my-release-key.jks ~/atak/atak-civ/plugin-examples/plugintemplate/app
The ln
command need to correspond of the folder where everything is. But it is important to put in in the app folder of your plugin.
Did you ever find a solution to this? Setting up the symbolic link didn't solve the problem for me.
Never mind, changing instances of 'def' to 'ext.' was the solution.
Hi,
I'm following the legendary ATAK plugin 101 tutorial:
https://www.ballantyne.online/developing-atak-plugin-101/
but I have stumbled upon some issue which I am unable to resolveThis is when I compile the app in plugintemplate, which corresponds to this function:
I have my
local.properties
defined like this:And I hardcoded the location of my
takdev
-jar.Is there any hint in my code of what could be wrong?
As far as I have looked, the function might be getting called from somewhere with the wrong arguments? Found here
I also do not see that the
app
is an app, but I think that is because the gradle failed?e.g. in the tutorial it shows:
but I see
Any hints here?