Android Studio Mac Os Downloads
Technical docs > Configuring Android Studio: IDE & VM Options, JDK, etc > Mac OSX JDK SelectionAndroid Studio requires two different JDKs:- The version of Java that the IDE itself runs with.
- The version of the JDK that it uses to get the Java compiler from
These two can be (and usually are) the same, but you can configure them individually. And on OSX in particular, they will often be different. Project JDKYou can configure the JDK used for compiling your code in the Project Structure Dialog. This will be used to get a compiler to compile your code with. If you are building with compileSdkVersion 21 or later, you should use JDK 7 or JDK 8 here. You can also configure this path by editing the local.properties file in your project. IDE JDK: Android Studio 2.2+NOTE: As of Android Studio 2.2, the IDE comes bundled with a custom OpenJDK build which contains a bunch of additional fixes to make the IDE work better (such as improved font rendering). If you've configured the IDE to use a custom JDK in the past, you should consider removing those configurations now and try the embedded JDK. IDE JDK: Older versionsOn Mac OSX, the version of Java used to run the IDE is generally chosen for you automatically, and the choice is based on an entry in the Info.plist file in the IDE installation. Please note: Do not edit Info.plist to pick a different version. That will break not only the application signature, but also future patch updates to your installation. Instead, you can pick a different JDK by setting the $STUDIO_JDK environment variable, as described in the IDE Configuration document. On Mac OSX, the default version we are using to run the IDE (not to compile your code) is Java 6. This is primarily because the font rendering on Java 6 has full subpixel LCD antialiasing, whereas Java 7 and 8 does not. Here's what some sample text looks like with Java 8: And here's the IDE run with the same settings and Java 6 instead:
If you don't find the Java 6 version much more readable, you should use Java 8 instead, since it is more actively kept up to date. As described in the IDE Configuration document, you can run it like this: $ open /Applications/Android Studio.app
Labview download 2013. (If you're curious about the difference: Java 6 performs rendering with Quartz, where in addition to slightly changing the colors, the fonts are rendered with subpixel LCD antialiasing. This might be the JDK bug tracking this: https://bugs.openjdk.java.net/browse/JDK-8023794). Installing Java 6If you double click on the Android Studio app bundle, Mac OSX should automatically pop up a dialog offering to install Java for you. If not, you can download it from this page:
Yosemite (Mac OSX 10.10) IssuesThere are some reports about graphics glitches and other bugs specific to running Android Studio on Yosemite. First, please make sure that you have the latest version of Java 6 installed; in some cases that has fixed the problems:
If not, try running a recent version of Java 7 or Java 8 instead by setting STUDIO_JDK as described above. That is reported to have fixed the other problems (though you will get the font rendering shown for Java 8 above.) |
|
Google is committed to advancing racial equity for Black communities. See how.
The Android Studio download page auto-detected that I'm running a 64-bit Windows operating system and selected android-studio-ide-1-windows.exe (927 MB) for me to download. Android tools project information site. On Mac OSX, the version of Java used to run the IDE is generally chosen for you automatically, and the choice is based on an entry in the Info.plist file in the IDE installation.
Interfaces and architecture
Learn how the pieces fit together, from the kernel to the HALs to updatable system components.
Securing Android is essential
Find out how the Android security program works and learn how to implement the latest features.
Design compatible devices
Offer a consistent experience with other Android-powered devices for users and app developers.
About the Android Open Source Project
Android is an open source operating system for mobile devices and acorresponding open source project led by Google. This site and theAndroid Open Source Project (AOSP) repository offer the information andsource code needed to create custom variants of the Android OS, portdevices and accessories to the Android platform, and ensure devices meetthe compatibility requirements that keep the Android ecosystem a healthyand stable environment for millions of users.
As an open source project, Android's goal is to avoid any central pointof failure in which one industry player can restrict or control theinnovations of any other player. To that end, Android is a full,production-quality operating system for consumer products, complete withcustomizable source code that can be ported to nearly any device andpublic documentation that is available to everyone (in English atsource.android.com and inSimplified Chinese atsource.android.google.cn).
Just as you can contribute code toAOSP, you can also contribute to AOSP documentation—and wewant your input! Android's flexibility and ever-changing codebase meansthis site needs your feedback to keep content fresh, accurate, andrelevant to Android implementors. We encourage you to check thechangelogfor details on recent AOSP updates and to report bugs or offersuggestions using theSiteFeedback at the bottom of every page (or by visitingg.co/androidsourceissue).
November Security Bulletins
The November 2020 Android and Pixel Bulletins have been published along with links to associated fixes and new build numbers to support the November security release.
Android 11 documentation
Android Studio For Mac
Android 11 is released! This site includes documentation for implementing the features, improvements, and enhancements in the newest version of Android.
Android Studio Mac Download
Android Platform Codelab
The Android Platform Codelab takes developers from bare metal to a (virtual) device under test in a single page.