Drawables won't push to github Android Studio

此生再无相见时 提交于 2019-12-06 00:39:13

问题


Hello I am not sure why this is the case, but when I commit and push to GitHub no matter how many png files or pictures I add to my drawable folders, the drawables folder never changes on the repository when I access it thru my profile on GitHub.

Example picture:

I have done research, but didn't find much substance

Why build and libs folders in Android project can't be commited or pushed?

I was surprised that there is not a lot written on this. This can be fatal if a user commits a project ending error and needs to recover everything on Github just to find that every drawable or png file will be lost.


回答1:


It depends on how you add the images to Android Studio. If you drop the images their respective folders without letting AS know via a file explorer then the images will not be added to git and they will appear red in the project explorer. If you copy the images and paste them into their respective folders within the AS project explorer then they should be added to git and show up green as shown below.

If there are files you wish to add to git that aren't added already then just right click on the file in the project explorer and select Git -> Add or use Ctrl+Alt+A.



来源:https://stackoverflow.com/questions/24543490/drawables-wont-push-to-github-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!