How change install directory for android studio windows bat command

  • Thread starter Android Central Question
  • Start date
A

Android Central Question

Base on same ******* needs.

i need install android studio silent, so i use python !

cmd = ['start', '/wait', 'no title', installer_path, '/NCRC', '/S']
child = subprocess.Popen(cmd, shell=True)
child.communicate()

any one kown how to set the install dir like "/D=D:\program files\android"