Fail build android library

I have got error with this:

echo y | android update sdk --no-ui --all --filter "com.squareup.picasso:picasso:2.5.2"Error: Unknown package filter type ‘com.squareup.picasso:picasso:2.5.2’.

echo y | android update sdk --no-ui --all --filter “com.squareup.picasso:picasso:2.5.2” returned exit code 1

Accepted values are: [add-on, doc, extra, platform, platform-tool, sample, source, system-image, tool]
Action failed: echo y | android update sdk --no-ui --all --filter “com.squareup.picasso:picasso:2.5.2”

What is wrong with piccasso library ?
This is one of the most popular libraries:
http://square.github.io/picasso/

Is the command you mentioned how you install the library locally? Looks like the set of repositories that are checked for the package is different between your local setup and on CircleCI. Which repository should the package be downloaded from? Thanks.