Invalid command line parameter when Android executes

后端 未结 10 1636
天命终不由人
天命终不由人 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 11:55

    This trick doesn't work in IntelliJ. To solve it I moved the Android SDK to c:\android-sdk-windows.

    After that you still have to change the path to Android in IntelliJ of course: - right click on the module -> open module settings - go to: platform settings -> SDKs -> Android

    Or delete the previous one and create a new one

提交回复
热议问题