- Visual Studio 2015 Sdk
- Microsoft Visual Studio Sdk
- Why Does Visual Studio Mac Download Java Sdk Windows 10
- Download Visual Studio 2013 Sdk
A Software Development Kit, or an SDK, is a collection of tools that you need to develop an application for a specific software framework. For example, to develop applications in Java, you need a Java SDK (JDK). SDKs contain binaries, source code for the binaries, and documentation for the source code. JDK builds also contain annotations.
For programmers and developers, visit to download the SDK, Android Training, API Guides and API documentation. Installing 'Android Studio IDE' and 'Android SDK' Installing Android software is probably the most challenging part of this project. Java JDK 1.8 '8u102' (32/64 Bit depends on your OS, but also you do need to be using a fairly recent Android SDK in order for it to support Java JDK 64bit) macOS. OS X 10.9 or later is required for non-App Store games. MacOS 10.12 (Sierra) or later is required for App Store games. If you agree to the Microsoft Visual Studio Team Foundation Server 2012 Software Development Kit for Java license terms, download the archive file TFS-SDK-11.0.0.1303.zip and follow the. A common way to do this is setting the value of the JAVAHOME system environment variable to the install location of the JDK, for example, C: Program Files Java jdk-13.0.2. Or if you want to configure only VS Code to use the JDK, use the java.home setting in VS Code's User or Workspace settings.
Generally, SDKs are global. It means that one SDK can be used in multiple projects and modules. After you create a new project and define an SDK for it, you can configure modules in this project to inherit its SDK. You can also specify an SDK for each module individually. For more information, refer to Change module SDK.
Supported SDKs:
Define an SDK

To define an SDK means to let IntelliJ IDEA know in which folder on your computer the necessary SDK version is installed. This folder is called an SDK home directory.
Configure global SDKs
From the main menu, select File | Project Structure | Platform Settings | SDKs.
To add an SDK, click , select the necessary SDK and specify its home directory in the dialog that opens.
Only for JDKs: if you don't have the necessary JDK on your computer, select Download JDK. In the next dialog, specify the JDK vendor, version, change the installation path if required, and click Download.
Set up a project SDK
From the main menu, select File | Project Structure | Project Settings | Project.
If the necessary SDK is already defined in IntelliJ IDEA, select it from the Project SDK list.
If the SDK is installed on your computer, but not defined in the IDE, select Add SDK | 'SDK name', and specify the path to the SDK home directory.
Only for JDKs: If you don't have the necessary JDK on your computer, select Add SDK | Download JDK. In the next dialog, specify the JDK vendor, version, change the installation path if required, and click Download.
Set up a module SDK
From the main menu, select File | Project Structure | Project Settings | Modules.
Select the module for which you want to set an SDK and click Dependencies.
If the necessary SDK is already defined in IntelliJ IDEA, select it from the Module SDK list.
If the SDK is installed on your computer, but not defined in the IDE, select Add SDK | 'SDK name', and specify the path to the SDK home directory.
Only for JDKs: If you don't have the necessary JDK on your computer, select Add SDK | Download JDK. In the next dialog, specify the JDK vendor, version, change the installation path if required, and click Download.
Visual Studio 2015 Sdk
If you want a module to inherit a project SDK, select the Project SDK option from the Module SDK list.
Java Development Kit (JDK)
To develop applications in IntelliJ IDEA, you need a Java SDK (JDK). A JDK is a software package that contains libraries, tools for developing and testing Java applications (development tools), and tools for running applications on the Java platform (Java Runtime Environment — JRE).
The JRE can be obtained separately from the JDK, but it's not suitable for application development, as it doesn't have essential components such as compilers and debuggers.
The bundled JRE is used for running the IDE itself, and it's not sufficient for developing Java applications. Before you start developing in Java, download and install a standalone JDK build.
Due to the changes in the Oracle Java License, you might not have the rights to use Oracle's Java SE for free. We recommend that you use one of the OpenJDK builds to avoid potential compliance failures.
In IntelliJ IDEA, you can download a JDK package right from the IDE, or you can manually download the necessary JDK distribution and define it in the IDE.
For a manual download, use any available distribution that you like, for example:
If you don't know which distribution to choose, and you don't have specific requirements that instruct you to use one of the existing distributions, use Oracle OpenJDK.
Set up the project JDK
Microsoft Visual Studio Sdk
From the main menu, select File | Project Structure | Project Settings | Project.
If the necessary JDK is already defined in IntelliJ IDEA, select it from the Project SDK list.
If the JDK is installed on your computer, but not defined in the IDE, select Add SDK | JDK, and specify the path to the JDK home directory (for example, /Library/Java/JavaVirtualMachines/jdk-12.0.1.jdk).
If you don't have the necessary JDK on your computer, select Add SDK | Download JDK. In the next dialog, specify the JDK vendor, version, change the installation path if required, and click Download.
Apply the changes and close the dialog.
If you build your project with Maven or Gradle, refer to Change the JDK version in a Maven project and Gradle JVM selection respectively for more information on how to work with JDKs.
Specify SDK documentation paths
External documentation opens the necessary information in a web browser, so that you can navigate to related symbols and keep the information for further reference at the same time. After you configure external documentation for your project, you can also view it in a quick documentation popup.
Configure the external documentation path
To view external documentation, you need to configure the documentation URL first.
In the Project Structure dialog Ctrl+Alt+Shift+S, select SDKs.
Select the necessary SDK version if you have several SDKs configured, and open the Documentation Path tab on the right.
Click the icon and enter the external documentation URL. For example, for Java 14, type
https://docs.oracle.com/en/java/javase/14/docs/api/
).Apply the changes and close the dialog.
For more information on how to open external documentation and how to work with it offline, refer to External documentation.
Not sure what to download? See recommended downloads for the latest version of .NET.
Why Does Visual Studio Mac Download Java Sdk Windows 10
These downloads may update Visual Studio and the .NET Framework on your machine. Some of the downloads may only support certain Visual Studio versions.
.NET Core
.NET Core is a free, cross-platform, open-source developer platform for building many different types of applications.
Version | Status | Visual Studio 2017 SDK | Visual Studio 2019 SDK | Runtime | Release notes |
---|---|---|---|---|---|
.NET 5.0 | Current | N/A | x64 SDK | x86 SDK (v5.0.100) | x64 Runtime | x86 Runtime (v5.0.0) | Release notes |
.NET Core 3.1 | LTS | N/A | x64 SDK | x86 SDK (v3.1.404) | x64 Runtime | x86 Runtime (v3.1.10) | Release notes |
.NET Core 3.0 | End of life | N/A | x64 SDK | x86 SDK (v3.0.103) | x64 Runtime | x86 Runtime (v3.0.3) | Release notes |
.NET Core 2.2 | End of life | x64 SDK | x86 SDK (v2.2.110) | x64 SDK | x86 SDK (v2.2.207) | x64 Runtime | x86 Runtime (v2.2.8) | Release notes |
.NET Core 2.1 | LTS | x64 SDK | x86 SDK (v2.1.519) | x64 SDK | x86 SDK (v2.1.811) | x64 Runtime | x86 Runtime (v2.1.23) | Release notes |
.NET Core 2.0 | End of life | x64 SDK | x86 SDK (v2.1.202) | x64 SDK | x86 SDK (v2.1.202) | x64 Runtime | x86 Runtime (v2.0.9) | Release notes |
.NET Core 1.1 | End of life | x64 SDK | x86 SDK (v1.1.14) | x64 SDK | x86 SDK (v1.1.14) | x64 Runtime | x86 Runtime (v1.1.13) | Release notes |
.NET Core 1.0 | End of life | x64 SDK | x86 SDK (v1.1.14) | x64 SDK | x86 SDK (v1.1.14) | x64 Runtime | x86 Runtime (v1.0.16) | Release notes |
.NET Standard
.NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. To target .NET Standard in your projects, install one of the SDKs from the .NET Core table. For more information, see the .NET Standard article.
.NET Framework
.NET Framework is a Windows-only version of .NET for building any type of app that runs on Windows.
Version | Developer Pack | Runtime | Release notes |
---|---|---|---|
.NET Framework 4.8 | Developer Pack | Runtime | Release notes |
.NET Framework 4.7.2 | Developer Pack | Runtime | Release notes |
.NET Framework 4.7.1 | Developer Pack | Runtime | Release notes |
.NET Framework 4.7 | Developer Pack | Runtime | Release notes |
.NET Framework 4.6.2 | Developer Pack | Runtime | Release notes |
.NET Framework 4.6.1 | Developer Pack | Runtime | Release notes |
.NET Framework 4.6 | Developer Pack | Runtime | Release notes |
.NET Framework 4.5.2 | Developer Pack | Runtime | Release notes |
.NET Framework 4.5.1 | Developer Pack | Runtime | Release notes |
.NET Framework 4.5 | Runtime | Release notes | |
.NET Framework 4.0 | Runtime | Release notes | |
.NET Framework 3.5 SP1 | Runtime | Release notes |
Download Visual Studio 2013 Sdk
Services
Service | Tools | Documentation |
---|---|---|
Microsoft Azure | Azure SDK for .NET Included in Visual Studio 2017 | Developer Documentation |
Office 365, Office & SharePoint | Included in Visual Studio 2017 | Developer Documentation |
OneDrive | Live SDK | Developer Documentation |
Bing | Developer Documentation |
Devices
Platform | Tools | Documentation |
---|---|---|
Xamarin | Xamarin Tools for iOS and Android Included in Visual Studio 2017 | Developer Documentation |
Game Development
Platform | Tools | Documentation |
---|---|---|
Unity | Visual Studio 2015 Tools for Unity Included in Visual Studio 2017 | Developer Documentation |
