{ "version": "2024.2.2.2", "description": "The official IDE for Android development, which includes everything you need to build Android apps.", "homepage": "https://developer.android.com/studio/preview", "license": { "identifier": "Freeware", "url": "https://developer.android.com/studio/terms.html" }, "suggest": { "Android SDK": "android-clt" }, "architecture": { "64bit": { "url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.2.2.2/android-studio-2024.2.2.2-windows.zip", "hash": "bd8df3f4b16bef6251b405bb6b61989b15466c5012fb42f402704472077d81c2", "shortcuts": [ [ "bin\\studio64.exe", "Android Studio Canary" ] ] } }, "pre_install": "'uninstall.exe' | ForEach-Object { Remove-Item \"$dir/$_\" -Recurse }", "extract_dir": "android-studio", "checkver": { "regex": "agree_canary_win_bundle_download[\\s\\S]+?android-studio-([\\d.]+)-windows\\.exe" }, "autoupdate": { "architecture": { "64bit": { "url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/$version/android-studio-$version-windows.zip" } } } }