2

I'm working on a project on GitHub, the developer updated the version on GitHub. How can I get the latest version on my Android Studio without deleting the old version?

Daniel
  • 2,355
  • 9
  • 23
  • 30
M.Alkenani
  • 187
  • 1
  • 2
  • 11
  • 4
    Please have a look at https://stackoverflow.com/help/how-to-ask if you want to get any help – Rafael T Oct 05 '18 at 13:49
  • 1
    open command line, type "git pull" – Tim Oct 05 '18 at 13:49
  • 1
    Do you have git enable in Android Studio ? If not you will need to install and enable the plugin for git integration within the IDE. Otherwise you can use commands to update the project from terminal. See this question for commands https://stackoverflow.com/questions/1443210/updating-a-local-repository-with-changes-from-a-github-repository – Amit Oct 05 '18 at 13:50
  • I get this : 'git' is not recognized as an internal or external comand . – M.Alkenani Oct 05 '18 at 13:53
  • 1
    did you download the project as a zip file? – Tim Oct 05 '18 at 13:54
  • yes I download the project as a zip – M.Alkenani Oct 05 '18 at 13:56

0 Answers0