android - What is the meaning of this Eclipse icon? -
i don't know meaning of icon. i'm using eclipse luna, , unfortunately didn't find meaning in help. i'm working on android app ndk , i've noticed icon after removed obj/
folder git tracking.
can tell me meaning of icon, ad can in order fix problem/
so far, seam application running fine, i'm worried anyway.
this image describes possible states:
check each file names. explains there own current state.
basically esteric (*) refers staged - resource has changes added index. not adding index possible @ moment on commit dialog on context menu of resource.
solution:
as obj folder tracked, that's why in spite of removing the git tracking removed local repo not remote repository. can clear cache using following command , restage project.
git rm --cached
please take backup of project safe.
for detail: check doc.
Comments
Post a Comment