It’s been a while now since I compiled an Android build and I’ve just updated to the daily build 2020.3575 so unsure whether this is specific to this version or if it would have happened had I not updated first, but either way it seems I can’t currently build…
15:01:20.483 Using custom build id from app bundle: 00000 (AppSettings.lua)
15:01:20.483
15:01:20.483 Using custom Build Id 00000
15:01:20.608 Excluding specified files from build:
15:01:20.608 excluding: LaunchScreen.storyboardc
15:01:20.608 excluding: Icon.png
15:01:20.608 excluding: Icon-*dpi.png
15:01:20.608 excluding: Images.xcassets
15:02:06.869 @ver > NUL
15:02:06.869 Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
15:02:06.869 Exception in thread “DisconnectableInputStream source reader” org.gradle.api.UncheckedIOException: java.io.IOException: Access is denied
15:02:06.869 at org.gradle.internal.UncheckedException.throwAsUncheckedException(UncheckedException.java:61)
15:02:06.869 at org.gradle.internal.UncheckedException.throwAsUncheckedException(UncheckedException.java:41)
15:02:06.869 at org.gradle.util.DisconnectableInputStream$1.run(DisconnectableInputStream.java:125)
15:02:06.869 at java.base/java.lang.Thread.run(Thread.java:844)
15:02:06.869 Caused by: java.io.IOException: Access is denied
15:02:06.869 at java.base/java.io.FileInputStream.readBytes(Native Method)
15:02:06.869 at java.base/java.io.FileInputStream.read(FileInputStream.java:256)
15:02:06.869 at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
15:02:06.869 at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
15:02:06.869 at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:345)
15:02:06.869 at org.gradle.util.DisconnectableInputStream$1.run(DisconnectableInputStream.java:96)
15:02:06.869 … 1 more
15:02:06.869
15:02:06.869 FAILURE: Build failed with an exception.
15:02:06.869
15:02:06.869 * What went wrong:
15:02:06.869 Execution failed for task ‘:App:packageReleaseBundle’.
15:02:06.869 > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
15:02:06.869 > File ‘root/res/drawable-xxhdpi-v4/ic_maps_indicator_current_position_anim1.png’ uses reserved file or directory name ‘res’.
15:02:06.869
15:02:06.869 * Try:
15:02:06.869 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
15:02:06.869
15:02:06.869 * Get more help at https://help.gradle.org
15:02:06.869
15:02:06.869 BUILD FAILED in 43s
15:02:07.618 Android build failed (1) after 47 seconds
Any thoughts please?