Reputation: 205
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:
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?
Upvotes: 0
Views: 343
Reputation: 11
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!
Upvotes: 1
Reputation: 11
Change the version of java compiler to Java 1.7
Window -> Preferences -> Compiler
Restart Eclipse
It works for me :)
Upvotes: 1