I create a new Android project on Android studios. Using VCS & Git I created my first commit and pushed it up to Bitbucket. That part was easy.
Now that I got to my other PC I wanted to pull the repo down and continue working as normal. However the Java files and XML files is full of error and it look like the project did not initialize correctly or files/libraries where missing. Even folders are in the incorrect places.
What could be the issue?