I just setup the NotePad sample project as described here, but when I try to launch it (Ctrl+F11) I received the following error message box:

Path for project must have only one segment.

enter image description here

What does this error mean and why is it happening?

(I tried to consult this article, but it seems irrelevant to my problem because I have no getProject anywhere in this copied-verbatim sample project)

link|improve this question

feedback

1 Answer

up vote 69 down vote accepted

I found the cause of the problem: It turns out that when I specified the (only) Launch configuration for the project (Properties > Run/Debug Settings), I forgot to specify the Project name:

enter image description here

Hmmm... I thought that if I right-click the project, its name will be taken automatically.

Anyway, it works now. Yeah! :)

link|improve this answer
+1 I had the same problem: I did fill in the 'name' field, but not the "project name" field. THanks for this :) – Nanne Feb 20 '11 at 10:35
1  
Really looks like a bug in Eclipse or Android SDK – erikb Jul 29 '11 at 10:16
Thanks for saving me half an hour of my life :-) – Joris Weimar Mar 22 at 19:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.