18

After the latest update to AS, the emulator's additional command line options are missing. I use this primarily for -http-proxy and -scale commands. Any help in locating these options, or it's replacement, would be appreciated.

Dom
  • 183
  • 1
  • 5

1 Answers1

13

It's a known bug in version 1.5:

https://code.google.com/p/android/issues/detail?id=195031

The Emulator tab has disappeared from the Run Configurations. You can try to downgrade to 1.4.1:

http://tools.android.com/download/studio/builds/1-4-1

Eduardo Yáñez Parareda
  • 9,126
  • 4
  • 37
  • 50
  • 9
    Sad update: 2.1.2 still exhibits this (lack of) behavior. – Albert Bori Jun 25 '16 at 19:09
  • 10
    Sad update: 2.2.2 still has no fix, after nearly a year. – Lawrence Teo Nov 09 '16 at 03:14
  • 1
    The bug posted was marked as "duplicate of WON'T FIX" issue from 2015... https://issuetracker.google.com/issues/37071130#comment6 and AVD Manager doesn't seem to have any option to change the existing device's settings, nor an input to define new device's command line options – jakub.g May 16 '17 at 15:47
  • 3
    I opened a bug report to have it added to AVD Manager... https://issuetracker.google.com/issues/38338883 – jakub.g May 16 '17 at 16:01
  • 2
    @jakub.g Good idea, and please everyone wanting this consider starring the issue. – comodoro Jun 05 '17 at 20:16
  • It's finally available on the canary channel (26.1. emulator) – halxinate Jul 05 '17 at 22:27