Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What SDK version to download?

I need to install Win7 SDK on Win7 amd64 computer. Microsoft download page http://www.microsoft.com/en-us/download/details.aspx?id=18950 contains 3 iso files: GRMSDK_EN_DVD.iso, GRMSDKIAI_EN_DVD.iso and GRMSDKX_EN_DVD.iso. I wasted a few hours downloading first one, and, of course, got an error message "WinSDK_amd64.msi not found", which means: I need another ISO.

So, which one of these two: GRMSDKIAI_EN_DVD.iso or GRMSDKX_EN_DVD.iso matches my Win7 64 bit computer?

like image 658
Alex F Avatar asked Nov 21 '13 07:11

Alex F


People also ask

Which Android SDK platform should I install?

According to Microsofts article "Which Android SDK packages should I install?" Install the "SDK Platform" for the Android versions you've set as minimum & target.

What is SDK latest version?

Android 13 (API level 33)

Can I download SDK only?

You will need to download the Android SDK without Android Studio bundled. Go to Android SDK and navigate to the SDK Tools Only section. Copy the URL for the download that's appropriate for your build machine OS. Unzip and place the contents within your home directory.


2 Answers

Here are the descriptions of the three versions. (FROM MSDN)

  • GRMSDK_EN_DVD.iso is a version for x86 environment.
  • GRMSDKX_EN_DVD.iso is a version for x64 environment.
  • GRMSDKIAI_EN_DVD.iso is a version for Itanium environment.

Enjoy!

like image 196
Onkel-j Avatar answered Sep 30 '22 10:09

Onkel-j


You need to download the first one "GRMSDKX_EN_DVD.iso". This one is for an AMD64. If this doesn't work you need to get it from some were else.

like image 41
09stephenb Avatar answered Sep 30 '22 10:09

09stephenb