Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finding the Eclipse Project file location

I have an android project running in Eclipse IDE. Lets say it is 'ABC Project'. Some of my collieges have made number of copies of this project, so the project files can be seen in desktop, C://, D:// and even in eclipse work space. Now I don't know project in which location I am running because they have deleted and imported the project folder to eclipse using this copies and they can't remember whether they selected the option 'make a copy to the workspace'.. How can I get this location? I tried to right click on the project and see any option is there but no. Manually finding it using java code (getAbsolutePath()) will return no good, it will return the path in the phone.

Please help.

like image 636
Dongle Avatar asked Jan 07 '14 07:01

Dongle


4 Answers

Did you try right click on project ->Properties->Resources ? You will be able to see the Project path there.

like image 75
Aditya Kamath Avatar answered Oct 19 '22 16:10

Aditya Kamath


Right Click on project and click on Resources.

In that it shows the location where it is .

Find it out dude :)

like image 24
kathir Avatar answered Oct 19 '22 17:10

kathir


Properties -> Resource -> Linked Resources -> PROJECT_LOC

like image 2
Rancs Avatar answered Oct 19 '22 17:10

Rancs


Use Alt+Enter on the project Name in Eclipse to see the complete path of the project directory where it resides.

enter image description here

like image 1
Swapnil Gangrade Avatar answered Oct 19 '22 16:10

Swapnil Gangrade