Android_Me
Android_Me copied to clipboard
Issue in cloning
When i clone the project i mean copy the link and clone in android studio its not load the exact branch for example if i load 00 exercise it just give me starter code How can i solve this issue because i want to do all exercises without waste my time doing from start all code. Thanks in Advance
Just clone the repository and then go to android studio terminal and write down the following command git checkout TFragments.00-StartingCode
your problem will be solved. Happy coding!!
I got into the same issue as yours, I tried this solution and it worked perfectly with me. After cloning the repository into a folder in your computer, you need first to type git fetch , don't worry if you don't see anything show up on the screen, copy the exact name of the branch you would like to copy, for example TFragments.00-StartingCode, then in your command line type git checkout