Search code examples
androideclipseeclipse-plugineclipse-indigo

Eclipse error: “Activity Name must be specified”


Every time when i create a new project eclipse show “Activity Name must be specified” error.

screen shot

After search on this problem i got only these links

link 1

link 2

but unfortunately not helping. I am currently using these versions:

  • ADT version is: 20.0.0.v201206242043-391819
  • Eclipse version is: 1.4.2.20120213-0813

Any help will be appreciated. Thanks!

Edit: I applied all the solution that suggested in these questions but problem still same.


Solution

  • Try uninstalling and reinstalling your ADT plugin. It might be configured incorrectly, hence the problem.

    Also check if your eclipse version is compatible with the ADT plugin.

    To check compatibility, go here: https://developer.android.com/tools/sdk/eclipse-adt.html

    For each version of ADT, supported eclipse versions are given. Use the recommended eclipse versions to avoid irritating incompatibility problems like these.