Electric Eel is right now in Beta 5.
Version: 2022.1.1.15 AI-221.6008.13.2211.9237616
iDEA version: 2022.1.4 221.6008.13
We won't be able to support this right now due to an issue in this version.
VerifyPaparazziAction.VerifyTaskCallback.onSuccess() is invoked in both Success and Failure cases. onFailure() is never invoked when the Gradle command fails. This is because in ExternalSystemUtil.runTask() , the exitCode in ExecutionListener.processTerminated(exitCode: Int) is always 0.
Testing this same case in IntelliJ iDEA version, actually works fine. So looks like the problem is only with Android Studio.
Until this issue is fixed, we can't support this version.
Electric Eel is right now in Beta 5.
Version: 2022.1.1.15 AI-221.6008.13.2211.9237616
iDEA version: 2022.1.4 221.6008.13
We won't be able to support this right now due to an issue in this version.
VerifyPaparazziAction.VerifyTaskCallback.onSuccess()is invoked in both Success and Failure cases.onFailure()is never invoked when the Gradle command fails. This is because inExternalSystemUtil.runTask(), theexitCodeinExecutionListener.processTerminated(exitCode: Int)is always 0.Testing this same case in IntelliJ iDEA version, actually works fine. So looks like the problem is only with Android Studio.
Until this issue is fixed, we can't support this version.