1

Eclipse IDE: eclipse-jee-indigo-SR2-win32(3.7.2)
SDK: android-sdk_r18-windows
OS : Windows7.

I have done all configuration to create an ANDROID project according to the android developers guide with the above things.But after creating an android project with the name 'demo_android',the error log shown up as

Error log

Failed to load properties file for project 'demo_android'

Keybinding conflicts occurred.They may interfere with normal accelerator operation.

A conflict occurred for CTRL+DEL: Binding(CTRL+DEL, ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeInstance,Remove Result,,Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true), , ,,true),null), org.eclipse.ui.defaultAcceleratorConfiguration, org.eclipse.ui.contexts.window,,,system) Binding(CTRL+DEL, ParameterizedCommand(Command(org.eclipse.graphiti.ui.internal.action.RemoveAction,Remove, Remove selected Pictogram Elements, Category(org.eclipse.graphiti.ui.Graphiti_Category,Edit,Graphiti Diagram Editor,true), , ,,true),null), org.eclipse.ui.defaultAcceleratorConfiguration, org.eclipse.ui.contexts.window,,,system)

A conflict occurred for ALT+SHIFT+D R:

A conflict occurred for ALT+SHIFT+X R:

A conflict occurred for CTRL+SHIFT+I....

Can anyone tell me how to overcome this problem?

Thanks for your Time!

Manick
  • 817
  • 2
  • 15
  • 24

1 Answers1

3

Have you tried deleting your debug keystore?

See this answer, if you do not know how.

Community
  • 1
  • 1
choop
  • 921
  • 2
  • 9
  • 28