0%

The ninth week of ARTS

Algorithm

Title: Remove Element.
Solution: Java.

Review

I found a usage of “repo init … –reference” this week, I want to know more, so I read Android Repo Mirroring this week.

This article explains “repo mirroring” in a simple and clear way through examples.

Tips

Download android code from local mirror(code). As follows:

1
repo init -u url -b <branch> --reference=<local_dir>

It could increase download speed and save the storage when we want to keep multiple sets of code.

Share

How to build intranet gitbook with docker