1

A few days ago I downloaded Community 2015 ISO. When I was installing Community 2015, this license agreement was linked for "Visual C++ Android Development" part. But this license agreement is for a prerelease verion which was terminated in 31/10/2015.

Does Community 2015 contain prerelease version of Visual C++ Cross-Platform with a terminated license?

  • Your running the VS2015 Update 3 I presume? If you have the template then its supported Worth pointing out, this chart, the features Visual Studio Community lacks isn't connected to what templates it does or doesn't have. – Ramhound Jul 09 '16 at 10:54
  • I just have the version included in the ISO file which was downloaded from: https://www.microsoft.com/en-us/download/details.aspx?id=48146 – Minimus Heximus Jul 09 '16 at 10:57
  • You need to update to the current version of Visual Studio in that case. The current version is Update 3, verify, you are running that version. I am to lazy to link you to the current .ISO, already have an answer for a previous edition of Visual Studio, that links to the general location if your willing to find that answer. – Ramhound Jul 09 '16 at 10:59

1 Answers1

2

The Community edition of Visual Studio does indeed support Visual C++ Cross-Platform

Compare Visual Studio 2015 Offerings

enter image description here

Does Community 2015 contain prerelease version of Visual C++ Cross-Platform with a terminated license?

The version your currently using, isn't the current version of Visual Studio, so it is not shocking the agreement has expired.

All Visual Studio updates can be found here

Since the website is less then straight forward.

enter image description here

It requires a picture diagram to explain

enter image description here

Here is just the update 3 .ISO

enter image description here

Important Notice

As of early 2017 the Visual Studio website was changed. While the contents of this answer are correct (due to the screenshot), the layout of the actual online page has changed, which means only the current version of Visual Studio can be downloaded at this time.

Ramhound
  • 42,708