4

When I'm trying to create a new Android Application Project in the step as shown below getting error "Activity Name must be specified". Same happens when I try to create a new activity. I'm a bit confused about Hierarchical parent class. What is use of it? Why Eclipse is not allowing me to create activity without specifying it? (It should have been optional) How can I create an Activity without specifying Hierarchical parent?

Thank You very much.

enter image description here

Nitin
  • 314
  • 5
  • 12

2 Answers2

4

In Eclipse Go to Window==>preferences=>Install/update then click uninstall or update =>Click on Installed Software and update your Android development tool.

Mr Nice
  • 524
  • 8
  • 24
  • @Nitin i faced the same problem four days back and i do the above step.The problem is resolved now. – Mr Nice Aug 27 '12 at 07:03
  • It is Android Development Tools 20.0.0.v201206242043-391819 – Nitin Aug 27 '12 at 07:16
  • 1
    But my current ADT version is 20.0.3.v201208082019-427395.If there is no update available then how i able to update. – Mr Nice Aug 27 '12 at 07:26
  • @Nitin I am trying a lot but doesn't found any update of ADT. My current ADTversion is: ADT 20.0.3. How can i update this? What steps you take for update ADT? – Deepak Oct 08 '12 at 07:39
1

This is the feature of action bar. I think that the hierarchical parent activity is launched when the user click on the back button of Action Bar. I give the name of launcher activity here and it works fine... As for launcher activity, there is no Hierarchical parent. :)

Ashish Kumar
  • 960
  • 2
  • 11
  • 20