0

I recently updated from Eclipse Juno to Luna and I also updated the sdk manager. But when I try to create a new activity, I follow all the steps but at the end I get this screen:

The refactoring does not change any source code

I also followed the steps in this thread: Eclipse Error: The refactoring does not change any source code

I updated the ADT plugin to most recent version 23.0.4, but this doesn't solve the issue. Anybody got an idea?

Community
  • 1
  • 1
Bouss
  • 205
  • 2
  • 9
  • 20

3 Answers3

1

Change the version of java compiler to Java 1.7
Window -> Preferences -> Compiler
Restart Eclipse

It works for me :)

Erik Dan
  • 11
  • 2
1

It's happen because your ADT eclipse plugin is not compatibility with your Android SDK version. Try to use the older SDK version. Good luck!

0

I completely reinstalled eclipse and that fixed the issue

Bouss
  • 205
  • 2
  • 9
  • 20