Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Android Studio - Electric Eel #6

Open
thsaravana opened this issue Nov 10, 2022 · 1 comment
Open

Support for Android Studio - Electric Eel #6

thsaravana opened this issue Nov 10, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@thsaravana
Copy link
Member

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.

@thsaravana thsaravana self-assigned this Nov 10, 2022
@thsaravana
Copy link
Member Author

Report a bug for this: https://issuetracker.google.com/issues/258744754

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.

@thsaravana thsaravana added the bug Something isn't working label Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant