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

AndroidStudioDownloadLinkValueSource needs updating now that Google no longer publishes .zip for Mac #1617

Closed
gharrma opened this issue May 8, 2024 · 1 comment
Labels
Milestone

Comments

@gharrma
Copy link
Contributor

gharrma commented May 8, 2024

What happened?

Google is no longer publishing a .zip distro for Android Studio on Mac, because running from a .zip on Mac too easily triggers Gatekeeper / App Translocation, resulting in various runtime exceptions (usually related to VFS failing to find files within the IDE installation).

This appears to be consistent with JetBrains, in the sense that JetBrains does not offer Mac .zip distributions by default either: https://www.jetbrains.com/idea/download/other.html

To react, AndroidStudioDownloadLinkValueSource.kt would need to be updated to download the .dmg instead.

Relevant log output or stack trace

No response

Steps to reproduce

n/a

Gradle IntelliJ Plugin version

n/a

Gradle version

n/a

Operating System

macOS

Link to build, i.e. failing GitHub Action job

No response

@gharrma gharrma added the bug label May 8, 2024
@hsz hsz added this to the 2.0.0-beta4 milestone May 20, 2024
@hsz
Copy link
Member

hsz commented May 20, 2024

Implemented with 6d26071

@hsz hsz closed this as completed May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants