Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the meaning of this in Eclipse: "Path for project must have only one segment."

There is a problem in Eclipse when I run my Android application:

An internal error occurred during: "Launching New_configuration (1)".
Path for project must have only one segment.

like image 949
Sandeep Tiwari Avatar asked Feb 20 '12 06:02

Sandeep Tiwari


2 Answers

You must specify project name in settings (see the image) and change android SDK suitable with your version.

Go to Run>Run Configuration

It will bring up the following screen. You can enter the project name manually or click browse and select the project to add the name automatically.

enter image description here

like image 104
aviad Avatar answered Oct 21 '22 02:10

aviad


You can solve it by the following steps:

Project -> Properties -> Run/Debug Settings:

  1. select "Launching New_configuration"

  2. Delete

  3. OK

like image 32
Hai Bo Wang Avatar answered Oct 21 '22 02:10

Hai Bo Wang