1

I want to setup Android CTS in my Windows OS. I didn't found proper links or references to download & install Android CTS for Windows OS.

Official document and few more links are provided for Linux OS.

Thanks in advance.

Srihari
  • 2,387
  • 9
  • 51
  • 82
  • 1
    Given that the documentation link states `Caution: CTS supports 64-bit Linux machines. CTS is not supported on Windows OS or MacOS.` and has a recommendation of `CTS host machine RAM to 128GB and HDD to 256GB` I'm not sure what you are asking. If you have a machine with enough RAM you might be able to run it under WSL2 but personally I would try to be familiar with running on Linux before attempting in a WSL2 environment. – Morrison Chang Jul 17 '23 at 10:33

1 Answers1

1

Official Android Compatibility Test Suite (CTS) is primarily designed for and officially supported on Linux and not directly available for Windows. Here are your options given the above constraint :

  1. Live Linux Distribution. Create a bootable Live Linux USB (e.g. Linux Lite or Lubuntu ) using any of the USB creator tools like Rufus , Unetbootin and then install Android CTS .

  2. If you insist only windows ( not sure what sense forces you to ) use virtualization software like VMware to install Linux on Virtual Machine and then CTS. Make sure you have enough Memory and HDD Space to do this.

the official documentation and support for CTS are geared towards Linux.

user1874594
  • 2,277
  • 1
  • 25
  • 49