-
Notifications
You must be signed in to change notification settings - Fork 71
5. Issues while developing
yoh-there edited this page Apr 18, 2019
·
17 revisions
If, when issuing a pull, you can only choose your own repository and not the upstream one (fesch/CanZE), exit Studio, open a command prompt, change to the folder where the root of your project is (i.e. ~/AndroidStudioProjects/CanZE on linux) and issue the following command:
git remote add upstream https://github.com/fesch/CanZE.git
You should now have the possibility to choose upstream (fesch/CanZE) as a remote to pull from. Notice the refresh button next to the remote drop down box, you might need to click it before the upstream shows up.
The solution might be (still unconfirmed), in Android Studio:
- Tools, Android, Sync project with Gradle files
- Build, Rebuild project