Andrew Frost
Andrew Frost
Okay thanks - I don't think there is any dependency on a specific version of Adobe Animate here btw, Animate is just calling the ADT tool from our AIR SDK...
Our next release (out this week all being well) switches to needing the 7.x version of Gradle and the Android Gradle plug-in (which needs JDK 11, which is part of...
It looks like the JAVA_HOME variable may be pointing to a JRE i.e. just the java.exe runtime environment? But we need to have a JDK i.e. you should also have...
So this I think is due to a mismatch between what Java version is found on a command-line vs what is set up via JAVA_HOME. But it seems odd that...
Hi @idanasher - sorry, yes, that was what I meant by the PATH variable (`echo %PATH%` in your command line, and e.g. `set PATH=%JAVA_HOME%\bin;%PATH%` can be used to update it,...
@idanasher thanks - that's actually good, as it means everything seems to be set up properly, but you've hit an incompatibility between the projects we're generating (and Gradle version) vs...
:-) yes that would be an appropriate response if you don't have any visible folders left under build tools! Sorry I should have expanded that comment.. So if you make...
Okay great! Nice one Here's hoping it doesn't break everything when we release the next version that uses the latest Android Gradle plug-in ... needing JDK 11 (but not 8...
You would normally only need the latest (or a recent) version of the build tools, generally to match the API level that you're using as the target. So for AIR...
Hi Normally it's not a problem for us to have different build tools versions.. the only problem we faced recently is that Android updated the build tools to remove the...