Invalid command line parameter when Android executes

后端 未结 10 1643
天命终不由人
天命终不由人 2020-11-30 11:27

When I click the \'run as Android application\' option, it shows the following error:

[2010-08-16 16:56:35 - Emulator] invalid command-line parameter: http:/         


        
10条回答
  •  失恋的感觉
    2020-11-30 12:01

    Apparently the problem are the spaces in the path, so just from:

    C:\Program Files\Android\android-sdk

    to: C:\PROGRA~1\Android\android-sdk

    If you have a 64 bit system

    From: C:\Program Files (x86)\Android\android-sdk to:

    C:\PROGRA~2\Android\android-sdk

    Under Windows->Preferences->Android Change the SDK Location as shown above.

    Translated from: http://satoriwd.com/astath/?p=11

提交回复
热议问题