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

前端 未结 3 1616
抹茶落季
抹茶落季 2020-12-14 07:41

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

An internal error occurred during: \"Launching New_configuration (1)\".
Path fo

相关标签:
3条回答
  • 2020-12-14 08:00

    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

    0 讨论(0)
  • 2020-12-14 08:02

    You can solve it by the following steps:

    Project -> Properties -> Run/Debug Settings:

    1. select "Launching New_configuration"

    2. Delete

    3. OK

    0 讨论(0)
  • 2020-12-14 08:06

    I think you might have forgotten to give name of the project.I did face the same in Eclipse Kepler .When I gave project name the issue got resolved.

    0 讨论(0)
提交回复
热议问题