Skip to content

5. Issues while developing

yoh-there edited this page Apr 18, 2019 · 17 revisions

Not finding the upstream repository

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.

Error:Android Source Generator: [CanZE] AndroidManifest.xml file not found

The solution might be (still unconfirmed), in Android Studio:

  • Tools, Android, Sync project with Gradle files
  • Build, Rebuild project