Hi,
For few days now I have been getting this error every time I tried to do an Android build (on my Win10 PC).
Exception in thread "DisconnectableInputStream source reader" org.gradle.api.UncheckedIOException: java.io.IOException: Access is denied 23:40:37.168 at org.gradle.internal.UncheckedException.throwAsUncheckedException(UncheckedException.java:61) 23:40:37.168 at org.gradle.internal.UncheckedException.throwAsUncheckedException(UncheckedException.java:41) 23:40:37.168 at org.gradle.util.DisconnectableInputStream$1.run(DisconnectableInputStream.java:125) 23:40:37.168 at java.lang.Thread.run(Thread.java:748) 23:40:37.168 Caused by: java.io.IOException: Access is denied
I am not sure if this error is related to my PC/Windows system or is it on the server side?
What I tried so far:
1- Uninstalled all Java versions from my PC and then installed java version “1.8.0_221”
2- Uninstalled Corona and then installed corona Build=2019.3540
3- I started a new project and selected a “Tab Bar Application”.
4- I tried to build this new app for Android but I got the above error.
The full build log can be found here:
Anyone else having this issue?
Is gradle a tool on my PC that I need to upgrade?
Thanks.