Everything worked fine yesterday. Today I am starting to work on my project, and Eclipse gives me a lot of problems. Firstly, this did not allow me to debug the message “Unable to connect to vm”. I don’t remember exactly how I fixed this problem, but I did it. I was able to debug again. I recently created a new project to test something separately from my main project, and now Eclipse gives me some more problems. This time he says: “An internal error occurred during:“ Starting New_configuration. ”The path to the project should have only one segment.
After some searching, I found that it is related to debug configurations. To debug the project, now I have to go to Run-> Run Configurations and select the project that I want to debug. He used to do this automatically for me. I would just select the java file from the project and debug the project containing the file. In addition, I cannot find my new project in the list of Android applications in the Run-> Run Configurations section. I tried to create a new one in the menu, but when specifying the source, it cannot find my project folder, although it is clearly open in Eclipse. Eclipse has been giving me massive headaches lately, and I don’t understand what could have caused this to happen. Eclipse remained open all night and the computer did not go into sleep mode (sorry for wasting energy!).
Any ideas on how to get him to see my project and automatically debug the correct project?
source share