我在Android Studio中有完整的功能項目。我想將這個項目導入CVS存儲庫,然後在另一臺PC上查看它。 導入到CVS時,只有一個選項可供選擇:KEYWORD SUBSTITUTION,但我無法找到很好的解釋,最好的選擇是什麼。Android工作室,將項目導入CVS存儲庫
我不知道問題出在哪裏。如果導入CVS或退出。
只有錯誤,我得到建設項目後:
C:\Android\EsoCRM\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.0.0\res\values-v23\values-v23.xml Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
Error:Execution failed for task ':app:processDebugResources'. com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\Roman\AppData\Local\Android\sdk\build-tools\23.0.2\aapt.exe'' finished with non-zero exit value 1
什麼在Android的工作室管理CVS倉庫的最佳方式?
CVS和SVN等的關鍵字替換允許您插入作者和最後更新作爲變量的東西。關鍵字替換文檔位於http://cvsman.com/cvs-1.12.12/cvs_100.php#SEC100。我無法從錯誤輸出中得知,但我不認爲這是你的問題。我可能會推薦按照「Android Studio中的版本控制系統」進行搜索。可能與CVS相比,Git更受歡迎,而且您更有可能找到更多將保持相關性的信息。 – jbergantine