How to sync my local Android Studio project with the latest code on github? I want to download all the latest changes but I don\'t
sync
github
First, you can import your project on the main menu using the check out project form Version Control. Then you can use the VCS->Update Project to download all the changes. This will leave your local changes and show you conflicts.