You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Seeing that only the "Verify Snapshots" feature won't work as expected in Android Studio Electric Eel (and Flamingo), and the fact that it works fine in the latest IntelliJ iDEA version 2022.2.3, I am planning to enable the support till Flamingo. But it's going to be a known issue that "Verify Snapshots" won't work in these versions.
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()
, theexitCode
inExecutionListener.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.
The text was updated successfully, but these errors were encountered: