A source code is downloaded from the remote repository, and the version number control is SVN. But a problem was found. Version number management is logged when files are changed and deleted.
But suppose I create a new file. But found that I did not actively associate to the VCs, and can not manually join the VCS, so that when I submit the code, I cannot submit the record of the new file. And in the Androidstudio can not add it to the version number control system, you must go to the file folder manually add.
But then I found the answer on the Internet.
The method of resolution is very easy.
Open File–>setting–>version Control, confirmation and when files is created you will see an add silence option, tick it out, then click Apply. Restart Androidstudio. Of course setting's shortcut key is ctrl+alt+s.
Click OK to restart the software.
Androidstudio do not voluntarily join the newly created file to the VCS