I am studying with the CVS in Android Studio and after that, my folder and all files are now color red. How can I make it back to normal again? Please check the link of the picture and see it.
http://imageshack.com/a/img199/8914/3sws.png
After further checking, probably this is the cause? I'm not sure if this error message means that it is succesfful.
http://img11.imageshack.us/img11/6766/btac.png
This is my git (Git Release Notes (Git-1.8.4-preview20130916) I got this from this website. http://msysgit.github.io/
Thanks, Tok
The project was unversioned but in a SVN controlled folder. Thats what the red was indicating. A solution could be to copy the project to a different folder or to add the files to version control.
There can be many reasons for a file/directory being highlighted in yellow as you have mentioned in the questions. Generated files from importing external libraries. Read only files that are not editable. System API files. Some files that are generated in in the build process.
Save this answer. Show activity on this post. Okay, since I was new to the android studio interface earlier, I had this stupid doubt. Anyway I figured it out. All the file names appears in blue color if your project is connected to the github, else they appear white.
I don't know your programming environment, but in mine, with Git (CLI)
my project files who changed (!= repository) are colored in red when no commit action have been executed.
It's just an idea but your should try to commit your changes OR cancel (checkout) them.
Switch to project view in android studio,with project selected, right click >>>git>>>>then add
wait for a few seconds and your files will change color.Provided you have already done your push that is and properly configured your git setup as follows: Github/Bitbucket:
**1.create repository
2.go to androidstudio:vcs::add version control
3.in android terminal:git init
4.git add --all>>>git remote add origin https:\yourrepo url
5.git commit -m "initial commit"
6.git push -u origin master(or whatever branch you created) refresh(github/bitbucket page)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With