ioops / osoops

os stuck from my OSes
0 stars 0 forks source link

android update sdk -u -a -t 1,2,3,4,..,n #3

Open ioops opened 9 years ago

ioops commented 9 years ago

Android Command Line Tools Usage

   Usage:
   android [global options] action [action options]
   Global options:

-s --silent : Silent mode, shows errors only. -v --verbose : Verbose mode, shows errors, warnings and all messages. --clear-cache: Clear the SDK Manager repository manifest cache. -h --help : Help on a specific command.

                                                                Valid
                                                                actions
                                                                are
                                                                composed
                                                                of a verb
                                                                and an
                                                                optional
                                                                direct
                                                                object:
ioops commented 9 years ago

Important

ioops commented 9 years ago

android update sdk --filter tools,platform-tools,build-tools

link http://stackoverflow.com/questions/17963508/how-to-install-android-sdk-build-tools-on-the-command-line

ioops commented 9 years ago

How to create android project with gradle from command line?

android create project -a MainActivity -n hello -k top.itmp.hz -t 1 -v 1.0.0+ -g -p ./hello