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
Our urls are missing urls for 2024 versions e.g. android-studio-2024.2.1.12-mac.dmg
bash-3.2$ ide set-version android-studio 2024.2.1.12
ANDROID-STUDIO_VERSION=2024.2.1.12 has been set in SETTINGS@/Users/Username/IdeasyTestProjects/ideasy-test/settings/ide.properties
To install that version call the following command:
ide install android-studio
bash: ANDROID-STUDIO_VERSION=2024.2.1.12: command not found
The text was updated successfully, but these errors were encountered:
Download for Mac is in the JSON but our code is buggy:
The problem is that our code has to do some hacks to detect the OS and the developer decided to go be file suffix what was a wrong decision.
The file format changed from ZIP to DMG:
Our urls are missing urls for 2024 versions e.g. android-studio-2024.2.1.12-mac.dmg
The text was updated successfully, but these errors were encountered: