Skip to content Skip to sidebar Skip to footer

Error While Creating New Project In Android

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 - p] Android Asset P

Solution 1:

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

Solution 2:

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

Post a Comment for "Error While Creating New Project In Android"