Downloads:
349,554
Downloads of v 2024.1.1.11:
1,038
Last Update:
14 Jun 2024
Package Maintainer(s):
Software Author(s):
- Google JetBrains
Tags:
google android studio androidstudio android-studio cross-platformAndroid Studio (Install)
This is not the latest version of Android Studio (Install) available.
- 1
- 2
- 3
2024.1.1.11 | Updated: 14 Jun 2024
Downloads:
349,554
Downloads of v 2024.1.1.11:
1,038
Maintainer(s):
Software Author(s):
- Google JetBrains
Android Studio (Install) 2024.1.1.11
This is not the latest version of Android Studio (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Google JetBrains. The inclusion of Google JetBrains trademark(s), if any, upon this webpage is solely to identify Google JetBrains goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Android Studio (Install), run the following command from the command line or from PowerShell:
To upgrade Android Studio (Install), run the following command from the command line or from PowerShell:
To uninstall Android Studio (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download androidstudio --internalize --version=2024.1.1.11 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade androidstudio -y --source="'INTERNAL REPO URL'" --version="'2024.1.1.11'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade androidstudio -y --source="'INTERNAL REPO URL'" --version="'2024.1.1.11'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install androidstudio
win_chocolatey:
name: androidstudio
version: '2024.1.1.11'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'androidstudio' do
action :install
source 'INTERNAL REPO URL'
version '2024.1.1.11'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller androidstudio
{
Name = "androidstudio"
Version = "2024.1.1.11"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'androidstudio':
ensure => '2024.1.1.11',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
There are versions of this package awaiting moderation . See the Version History section below.
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
Android Studio is the official integrated development environment for Google's
Android operating system, built on JetBrains' IntelliJ IDEA software and
designed specifically for Android development.
It provides a unified environment where you can build apps for Android phones,
tablets, Android Wear, Android TV, and Android Auto. Structured code modules
allow you to divide your project into units of functionality that you can
independently build, test, and debug.
Features
- Design tools
- Intelligent code editor
- Flexible build system
- Easily emulate any device
- APK Analyzer
/AddToDesktop
- add a desktop shortcut for Android Studio
e.g.choco install -y androidstudio --package-parameters="/AddToDesktop"
/InstallDir=[directory]
- set the installation directory to[directory]
e.g.choco install -y androidstudio --package-parameters="/InstallDir=C:\Tools\Android Studio"
/NoStartMenu
- do not add a start menu entry for Android Studio
e.g.choco install -y androidstudio --package-parameters="/NoStartMenu"
/PinToTaskbar
- this put a shortcut on your taskbar to Android Studio
e.g.choco install -y androidstudio --package-parameters="/PinToTaskbar"
Notes
- Android Studio provides both 32 and 64-bit versions in the package
- The shim and shortcuts added will be based on the bitness of the OS or 32-bit if
--forceX86
is specifed on a 64-bit machine - This package is automatically updated using the Chocolatey Automatic Package Update Model (AU).
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
$ErrorActionPreference = 'Stop'
Uninstall-Binfile -name 'androidstudio' -path 'studio.exe'
Uninstall-Binfile -name 'androidstudio' -path 'studio64.exe'
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Android Studio (Install) 2024.2.1.11 | 5 | Friday, November 1, 2024 | Ready | |
Android Studio (Install) 2024.2.1.10 | 1174 | Tuesday, October 15, 2024 | Exempted | |
Android Studio (Install) 2024.2.1.9 | 3336 | Wednesday, October 2, 2024 | Exempted | |
Android Studio (Install) 2024.1.2.12 | 3131 | Friday, August 30, 2024 | Exempted | |
Android Studio (Install) 2024.1.1.13 | 4408 | Friday, August 9, 2024 | Exempted | |
Android Studio (Install) 2024.1.1.12 | 3667 | Friday, July 12, 2024 | Exempted | |
Android Studio (Install) 2024.1.1.11 | 1038 | Friday, June 14, 2024 | Exempted | |
Android Studio (Install) 2023.3.1.20 | 34 | Tuesday, June 11, 2024 | Exempted | |
Android Studio (Install) 2023.3.1.19 | 4769 | Tuesday, May 21, 2024 | Exempted | |
Android Studio (Install) 2023.3.1.18 | 2434 | Wednesday, May 1, 2024 | Exempted | |
Android Studio (Install) 2023.2.1.25 | 2605 | Wednesday, April 10, 2024 | Exempted | |
Android Studio (Install) 2023.2.1.24 | 38 | Tuesday, March 19, 2024 | Exempted | |
Android Studio (Install) 2023.2.1.23 | 4137 | Friday, March 1, 2024 | Exempted | |
Android Studio (Install) 2023.1.1.28 | 3976 | Wednesday, January 24, 2024 | Exempted | |
Android Studio (Install) 2023.1.1.27 | 4164 | Thursday, January 4, 2024 | Exempted | |
Android Studio (Install) 2023.1.1.26 | 4037 | Friday, December 1, 2023 | Approved | |
Android Studio (Install) 2022.3.1.22 | 2536 | Friday, November 17, 2023 | Approved | |
Android Studio (Install) 2022.3.1.21 | 2013 | Wednesday, November 8, 2023 | Approved | |
Android Studio (Install) 2022.3.1.20 | 4272 | Friday, September 29, 2023 | Approved | |
Android Studio (Install) 2022.3.1.19 | 4620 | Tuesday, August 22, 2023 | Approved | |
Android Studio (Install) 2022.3.1.18 | 3469 | Wednesday, July 26, 2023 | Approved | |
Android Studio (Install) 2022.2.1.20 | 7916 | Thursday, May 25, 2023 | Approved | |
Android Studio (Install) 2022.2.1.19 | 3738 | Tuesday, May 2, 2023 | Approved | |
Android Studio (Install) 2022.2.1.18 | 3590 | Friday, April 14, 2023 | Approved | |
Android Studio (Install) 2022.1.1.21 | 1708 | Sunday, April 9, 2023 | Approved | |
Android Studio (Install) 2021.3.1.17 | 15187 | Friday, October 14, 2022 | Approved | |
Android Studio (Install) 2021.3.1.16 | 3745 | Friday, September 16, 2022 | Approved | |
Android Studio (Install) 2021.2.1.16 | 4375 | Thursday, August 4, 2022 | Exempted | |
Android Studio (Install) 2021.2.1.15 | 5835 | Thursday, May 26, 2022 | Exempted | |
Android Studio (Install) 2021.2.1.14 | 3721 | Tuesday, May 10, 2022 | Exempted | |
Android Studio (Install) 2021.1.1.23 | 3855 | Friday, April 8, 2022 | Exempted | |
Android Studio (Install) 2021.1.1.22 | 2854 | Thursday, February 24, 2022 | Exempted | |
Android Studio (Install) 2021.1.1.21 | 4855 | Saturday, February 5, 2022 | Exempted | |
Android Studio (Install) 2021.1.1.20 | 2527 | Wednesday, January 26, 2022 | Exempted | |
Android Studio (Install) 2020.3.1.26 | 4479 | Thursday, December 9, 2021 | Exempted | |
Android Studio (Install) 2020.3.1.25 | 5327 | Tuesday, October 12, 2021 | Exempted | |
Android Studio (Install) 2020.3.1.24 | 3380 | Thursday, September 2, 2021 | Exempted | |
Android Studio (Install) 2020.3.1.23 | 3439 | Friday, August 20, 2021 | Exempted | |
Android Studio (Install) 2020.3.1.22 | 3205 | Thursday, July 29, 2021 | Exempted | |
Android Studio (Install) 4.2.2.0 | 2567 | Thursday, July 1, 2021 | Exempted | |
Android Studio (Install) 4.2.1.0 | 30257 | Friday, May 14, 2021 | Exempted | |
Android Studio (Install) 4.2.0.24 | 1762 | Wednesday, May 12, 2021 | Exempted | |
Android Studio (Install) 4.1.3.0 | 5768 | Monday, March 29, 2021 | Approved | |
Android Studio (Install) 4.1.2.0 | 5707 | Tuesday, February 2, 2021 | Approved | |
Android Studio (Install) 4.1.1.0 | 3523 | Friday, November 13, 2020 | Approved | |
Android Studio (Install) 4.1.0.19 | 6463 | Tuesday, October 20, 2020 | Approved | |
Android Studio (Install) 4.0.2.0 | 2173 | Friday, October 9, 2020 | Approved | |
Android Studio (Install) 4.0.1.0 | 6683 | Wednesday, July 22, 2020 | Approved | |
Android Studio (Install) 4.0.0.16 | 4844 | Thursday, May 28, 2020 | Approved | |
Android Studio (Install) 3.6.3.0 | 1980 | Saturday, May 16, 2020 | Approved | |
Android Studio (Install) 3.6.2.0 | 4011 | Wednesday, April 1, 2020 | Approved | |
Android Studio (Install) 3.6.1.0 | 3605 | Saturday, February 29, 2020 | Approved | |
Android Studio (Install) 3.6.0.21 | 1444 | Tuesday, February 25, 2020 | Approved | |
Android Studio (Install) 3.5.3.0 | 7446 | Friday, December 6, 2019 | Approved | |
Android Studio (Install) 3.5.2.0 | 5029 | Tuesday, November 5, 2019 | Approved | |
Android Studio (Install) 3.5.1.0 | 3857 | Thursday, October 3, 2019 | Approved | |
Android Studio (Install) 3.5.0.21 | 5804 | Wednesday, August 21, 2019 | Approved | |
Android Studio (Install) 3.4.2.0 | 4945 | Wednesday, July 10, 2019 | Approved | |
Android Studio (Install) 3.4.1.0 | 6605 | Thursday, May 16, 2019 | Approved | |
Android Studio (Install) 3.4.0.18 | 4053 | Wednesday, April 17, 2019 | Approved | |
Android Studio (Install) 3.3.2.0 | 5255 | Tuesday, March 5, 2019 | Approved | |
Android Studio (Install) 3.3.1.0 | 5190 | Thursday, February 7, 2019 | Approved | |
Android Studio (Install) 3.3.0.20 | 3581 | Tuesday, January 15, 2019 | Approved | |
Android Studio (Install) 3.2.1.0 | 7791 | Friday, October 12, 2018 | Approved | |
Android Studio (Install) 3.2.0.26 | 3104 | Tuesday, September 25, 2018 | Approved | |
Android Studio (Install) 3.1.4.0 | 5847 | Tuesday, August 7, 2018 | Approved | |
Android Studio (Install) 3.1.3.020180709 | 2726 | Monday, July 9, 2018 | Approved | |
Android Studio 3.1.3.0 | 2615 | Monday, June 11, 2018 | Approved | |
Android Studio 3.1.2.0 | 5797 | Wednesday, April 25, 2018 | Approved | |
Android Studio 3.1.1.0 | 2874 | Wednesday, April 11, 2018 | Approved | |
Android Studio 3.1.0.16 | 3272 | Tuesday, March 27, 2018 | Approved | |
Android Studio 3.0.1.0 | 11235 | Tuesday, November 21, 2017 | Approved | |
Android Studio 3.0.0.18 | 1690 | Friday, October 27, 2017 | Approved | |
Android Studio 2.3.3.0 | 3273 | Friday, August 11, 2017 | Approved | |
Android Studio 2.3.1.0 | 2914 | Wednesday, April 19, 2017 | Approved | |
Android Studio 2.3.0.8 | 1877 | Saturday, March 4, 2017 | Approved | |
Android Studio 2.2.2.0 | 2959 | Friday, October 28, 2016 | Approved | |
Android Studio 2.1.3.0 | 1994 | Monday, August 22, 2016 | Approved | |
Android Studio 2.1.2.1 | 648 | Saturday, August 13, 2016 | Approved | |
Android Studio 2.1.2.0 | 1001 | Tuesday, June 28, 2016 | Approved | |
Android Studio 2.1.1.0 | 551 | Thursday, May 12, 2016 | Approved | |
Android Studio 2.0.0.20 | 498 | Thursday, May 12, 2016 | Approved | |
Android Studio 1.5.1.0 | 1732 | Wednesday, December 30, 2015 | Approved | |
Android Studio 1.5.0.0 | 472 | Wednesday, December 30, 2015 | Approved | |
Android Studio 1.4.1.0 | 492 | Wednesday, December 30, 2015 | Approved | |
Android Studio 1.4.0.10 | 647 | Thursday, October 8, 2015 | Approved | |
Android Studio 1.3.1.0 | 508 | Tuesday, August 18, 2015 | Approved | |
Android Studio 1.3.0.10 | 1263 | Tuesday, August 4, 2015 | Approved | |
Android Studio 1.2.1.1 | 523 | Saturday, June 6, 2015 | Approved | |
Android Studio 1.1.0 | 1590 | Tuesday, February 24, 2015 | Approved | |
Android Studio 0.3.2.132893413 | 1746 | Friday, January 3, 2014 | Approved | |
Android Studio 0.2.130.737825 | 767 | Tuesday, July 23, 2013 | Approved | |
Android Studio 0.1.130.677228 | 701 | Monday, May 27, 2013 | Approved |
Copyright © 2000-2024 Google
This package has no dependencies.
Ground Rules:
- This discussion is only about Android Studio (Install) and the Android Studio (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Android Studio (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.