Shot icon indicating copy to clipboard operation
Shot copied to clipboard

Shot build fails locally on M1 with JDK 17

Open yschimke opened this issue 3 years ago • 1 comments

Expected behaviour

$ ./gradlew :shot-android:assembleDebug, :shot-android:assembleDebugAndroidTest

Works

Actual behaviour

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':shot-android:mergeDebugAndroidTestResources'.
> Multiple task action failures occurred:
   > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
      > AAPT2 aapt2-4.1.3-6503028-osx Daemon #1: Daemon startup failed
        This should not happen under normal circumstances, please file an issue if it does.

Steps to reproduce

Run on Macbook Air or similar with M1

Version of the library

Current master - 3d9e0ee3deb5e0478ca746a74af8bf128bb4254e

yschimke avatar Feb 19 '22 12:02 yschimke

PR https://github.com/pedrovgs/Shot/pull/292 provides support for this

vyguera avatar Mar 25 '22 06:03 vyguera