Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse [Desktop NO-HEAD]

Beside my project name says [Desktop NO-HEAD] in eclipse. I am developing an android application, and was wondering if there is anything wrong with this, why it might be saying that, and if it makes a difference to anything, though everything seems to compile and debug normally. Surprisingly, I have found literally nothing online about this. I was just wondering if anybody knew, thanks!

like image 768
Juuhhhstin Avatar asked Apr 12 '13 09:04

Juuhhhstin


2 Answers

You apparently have some type of version control going on. Right click on yoir project and go to Team. If you don't want to see it and/or don't want to have any version control at the moment there should be an option somewhere there in Team to disconnect.

like image 117
Tom Avatar answered Oct 01 '22 14:10

Tom


In my case, for git, in Eclipse Team settings, I had to Disconnect and then Share Project (Right-click project -> Team -> Disconnect / Share Project...) with the following settings:

enter image description here

Checking any other permutation of those check boxes caused the NO-HEAD for me.

like image 23
cellepo Avatar answered Oct 01 '22 14:10

cellepo