udacity / ud839_Miwok

Other
689 stars 7.52k forks source link

Need help!!! #246

Closed NTS2k1BK closed 2 years ago

NTS2k1BK commented 3 years ago

After downloading project by Zip file, i opened and didnot see any drawable packages in it.Anyone can help me,please!!!

karm-patel commented 3 years ago

After downloading project by Zip file, i opened and didnot see any drawable packages in it.Anyone can help me,please!!!

I had the same problem, Actually, we are downloading the default branch "lesson-one" and in that branch drawable folders are not there.

Solution: We need to download files of a particular commit (commit id is given in repo url).

Execute the following commands:

git clone https://github.com/udacity/ud839_Miwok.git
cd ud839_Miwok
git checkout 088b799406820a3a6145744168b7e6862462202a

Now, again check your res directory, "drawable" packages will be extracted :)

Subrata-Rajak commented 3 years ago

You can clone a single and particular branch also... Just create a new folder and open git bash or whatever editor you are using and follow the command written below

git clone --single-branch --branch branch_name repo_link

SudKul commented 2 years ago

Thanks everyone, for to take part in this discussion.