• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Error exporting APK

G

Gabriel

Guest
Yesterday I was checking for updates on the Android SDK Manager and updated Platform-tools from 25.0.2 to 25.0.3 (the latest version). After that, when I tried to export my game thorugh the Android module I got an error with the following message:
Incremental java compilation is an incubating feature.

FAILURE: Build failed with an exception.

* What went wrong:
Could not create service of type TaskArtifactStateCacheAccess using TaskExecutionServices.createCacheAccess().
> Failed to create parent directory 'Z:\.gradle' when creating directory 'Z:\.gradle\2.10\taskArtifacts'

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED
What's that supposed to mean when I have the latest version of jdk and everything was working fine before updating Platform-tools?
 
Last edited by a moderator:
Top