New repo team available (1.22)

I began to receive the following warning message unexpectedly in my repo when I do repo init. I spent enough time searching the forums, but no luck!

A new repo command ( 1.22) is available.
... You should upgrade soon:

What does it mean?

+4
source share
1 answer

After that, does any error message appear? If yes, and if it contains the path to the latest files for repo, you can try to do

mv /home/user/bin/repo /home/user/bin/repo.bkp
cp /home/user/android/.repo/repo/repo /home/user/bin/repo

If this works, good, otherwise restore the backup. Let me know if this works.

+2
source

Source: https://habr.com/ru/post/1617002/


All Articles