Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hierarchical Parent Error when create new android project

Tags:

android

When I create new android project, in "New blank activity", the wizard show an error Activity name must be specified as below:

enter image description here

What is this error? and Hierarchical parent used to be for what? if I type a string in Hierarchical Parent (ex: "test") then the error disappear.

and What is Error parsing XML: junk after document element? this error appear in my layout xml file.

like image 460
Noah Nguyen Avatar asked Jul 30 '12 07:07

Noah Nguyen


1 Answers

I had the same problem. The problem is Eclipse/Android Plugin.

You have to update Eclipse.

Go Eclipse-->Help-->Check for Updates

like image 111
Mark Comix Avatar answered Nov 02 '22 06:11

Mark Comix