Error while creating new project in Android

后端 未结 2 678
礼貌的吻别
礼貌的吻别 2021-01-25 07:42

While creating a new Android project in eclipse im getting following error:

[2011-03-16 09:49:50 - p] ERROR: Unknown option \'--debug-mode\'
[2011-03-16 09:49:50         


        
相关标签:
2条回答
  • 2021-01-25 08:03

    Try

    • Eclipse > Run > Run Configurations

    • Select your project

    • Select the target tab

    • In the box Additional Emulator Command Line Options delete any text you have

    Then try and run again

    0 讨论(0)
  • 2021-01-25 08:23

    For solution of Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder! please look at: Android ADT error, dx.jar was not loaded from the SDK folder

    0 讨论(0)
提交回复
热议问题